Skip to content

fix inlets - #350

Merged
petrCher merged 1 commit into
mainfrom
schepa-branch
Apr 25, 2026
Merged

fix inlets#350
petrCher merged 1 commit into
mainfrom
schepa-branch

Conversation

@sanycool

Copy link
Copy Markdown
Contributor

Импорт ДАГа в airflow ломался из-за неправильного расположения inlets

  • inlets перемещен в блок task

Copilot AI review requested due to automatic review settings April 25, 2026 18:35

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes an Airflow DAG import error caused by passing inlets to the DAG(...) constructor by moving inlets to the appropriate TaskFlow @task(...) decorator.

Changes:

  • Removed invalid inlets argument from the DAG(...) definition
  • Added inlets=[Dataset("ODS_USERDATA")] to the get_union_members_ids TaskFlow task decorator

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@petrCher
petrCher merged commit 62e8fde into main Apr 25, 2026
6 checks passed
@petrCher
petrCher deleted the schepa-branch branch April 25, 2026 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants