Leon Kozlowski
dbt-ol run
Anna Geller
alex
dbt-ol
DbtShellTask
ShellTask
with Flow("dbt-transformations") as flow: dbt = DbtShellTask( return_all=True, log_stdout=True, log_stderr=True, profile_name="transformations", environment="dev", helper_script="cd transformations", profiles_dir="", ) dbt_deps = dbt(task_args={"name": "DbtDeps"}, command="dbt deps") dbt_doc_generate = dbt( task_args={"name": "DbtDocGenerate"}, command="dbt docs generate", upstream_tasks=[dbt_deps], ) dbt( task_args={"name": "DbtOpenLineageRun"}, command="dbt-ol run", upstream_tasks=[dbt_doc_generate], )
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.