Skip to content

Commit

Permalink
Exclude airbyte cloud snippets in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Dec 26, 2024
1 parent e5f62d0 commit 602e453
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
f"{snippets_folder}/fivetran/multiple_fivetran_workspaces.py",
f"{snippets_folder}/fivetran/representing_fivetran_assets.py",
f"{snippets_folder}/fivetran/sync_and_materialize_fivetran_assets.py",
f"{snippets_folder}/airbyte_cloud/customize_airbyte_cloud_asset_defs.py",
f"{snippets_folder}/airbyte_cloud/customize_airbyte_cloud_translator_asset_spec.py",
f"{snippets_folder}/airbyte_cloud/multiple_airbyte_cloud_workspaces.py",
f"{snippets_folder}/airbyte_cloud/representing_airbyte_cloud_assets.py",
f"{snippets_folder}/airbyte_cloud/sync_and_materialize_airbyte_cloud_assets.py",
# FIXME: this breaks on py3.8 and seems related to the non-dagster dependencies
f"{snippets_folder}/pandera.py",
}
Expand Down

0 comments on commit 602e453

Please sign in to comment.