Skip to content

Commit

Permalink
[dagster-airlift] full revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeng817 committed Aug 5, 2024
1 parent 7c7c8b4 commit 15efcd4
Show file tree
Hide file tree
Showing 59 changed files with 863 additions and 753 deletions.
2 changes: 1 addition & 1 deletion examples/experimental/dagster-airlift/conftest.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest_plugins = ["dagster_airlift.shared_fixtures"]
pytest_plugins = ["dagster_airlift.test.shared_fixtures"]
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from .airflow_utils import (
from .core.basic_auth import BasicAuthBackend as BasicAuthBackend
from .core.defs_from_airflow import (
AirflowInstance as AirflowInstance,
AirflowMigrationLoader as AirflowMigrationLoader,
BasicAuthBackend as BasicAuthBackend,
TaskMapping as TaskMapping,
airflow_task_mappings_from_dbt_project as airflow_task_mappings_from_dbt_project,
assets_defs_from_airflow_instance as assets_defs_from_airflow_instance,
build_airflow_polling_sensor as build_airflow_polling_sensor,
create_defs_from_airflow_instance as create_defs_from_airflow_instance,
)
from .core.migration_state import load_migration_state_from_yaml as load_migration_state_from_yaml
from .core.multi_asset import (
PythonDefs as PythonDefs,
load_defs_from_yaml as load_defs_from_yaml,
)
Loading

0 comments on commit 15efcd4

Please sign in to comment.