Skip to content

Commit

Permalink
remove experimental warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Courivaud <[email protected]>
  • Loading branch information
rcourivaud committed Feb 21, 2025
1 parent 4961d4c commit 67a3bbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions analytics/dagster/src/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@

clever_assets_assets = load_assets_from_modules(modules=[clever])

warnings.filterwarnings("ignore", category=dagster.ExperimentalWarning)

dbt_analytics_assets = load_assets_from_modules(
modules=[production_dbt]
) # Load the assets from the file
Expand Down

0 comments on commit 67a3bbf

Please sign in to comment.