-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dagster-airlift] decomission section #25823
[dagster-airlift] decomission section #25823
Conversation
) | ||
|
||
|
||
rebuild_customer_list_schedule = rebuild_customers_list_schedule = ScheduleDefinition( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be a duplicate variable assignment where the schedule is assigned to both rebuild_customer_list_schedule
and rebuild_customers_list_schedule
. Additionally, there's an inconsistency in naming - one uses "customer" (singular) while the other uses "customers" (plural). Consider standardizing on one name, perhaps rebuild_customers_list_schedule
, and removing the duplicate assignment.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
2570820
to
bcb4130
Compare
69ec87c
to
850d09b
Compare
docs/content/_navigation.json
Outdated
@@ -935,6 +935,10 @@ | |||
{ | |||
"title": "Part 4: Migrating assets", | |||
"path": "/integrations/airlift/tutorial/migrate" | |||
}, | |||
{ | |||
"title": "Part 5: Decomissioning the Airflow DAG", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word "Decomissioning" is misspelled. The correct spelling is "Decommissioning".
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
bcb4130
to
1d9e857
Compare
850d09b
to
adbb351
Compare
adbb351
into
dpeng817/remove_sections_in_reference
Summary & Motivation
Section on decomissioning the airflow dag + relevant links. very little change on this one.