Skip to content

Commit

Permalink
update AVAILABLE_EXAMPLES, isort, black
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhan committed Dec 15, 2022
1 parent dbbd749 commit 484d0df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from dagster_snowflake import build_snowflake_io_manager
from dagster_snowflake_pandas import SnowflakePandasTypeHandler

from dagster import (
ScheduleDefinition,
define_asset_job,
load_assets_from_package_module,
repository,
with_resources,
)
from dagster_snowflake import build_snowflake_io_manager
from dagster_snowflake_pandas import SnowflakePandasTypeHandler

from . import assets

Expand Down
1 change: 1 addition & 0 deletions python_modules/dagster/dagster/_generate/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"quickstart_aws",
"quickstart_etl",
"quickstart_gcp",
"quickstart_snowflake",
"tutorial_dbt_dagster",
"tutorial_notebook_assets",
"deploy_docker",
Expand Down

0 comments on commit 484d0df

Please sign in to comment.