Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description DAG logs is not printing `folder_dir` ```python generate_dbt_docs_aws = DbtDocsS3Operator( task_id="generate_dbt_docs_aws", project_dir=f"{AIRFLOW_HOME}/dags/dbt/dbt-project", profile_config=profile_config, env=env_vars, append_env=True, # docs-specific arguments connection_id="aws_default", bucket_name="airflow-data-xxxxxxxx-us-east-2", folder_dir="dags/dbt/dbt-project/target", dag=dbt_cosmos_dag, ) ```  ## Related Issue(s) None <!-- If this PR closes an issue, you can use a keyword to auto-close. --> <!-- i.e. "closes #0000" --> ## Breaking Change? No <!-- If this introduces a breaking change, specify that here. --> ## Checklist - [ ] I have made corresponding changes to the documentation (if required) - [ ] I have added tests that prove my fix is effective or that my feature works
- Loading branch information