Skip to content
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

Allow AIRFLOW_VAR_DEV_LIMIT to be undefined #134

Merged
merged 1 commit into from
Feb 7, 2025
Merged

Allow AIRFLOW_VAR_DEV_LIMIT to be undefined #134

merged 1 commit into from
Feb 7, 2025

Conversation

edsu
Copy link
Contributor

@edsu edsu commented Feb 6, 2025

When I removed AIRFLOW_VAR_DEV_LIMIT from my .env I got a DAG load error when Airflow started up because it was trying to cast an empty string as an int.

When I removel `AIRFLOW_VAR_DEV_LIMIT` from my `.env` I got a DAG load
error when Airflow started up because it was trying to turn the empty
string into an int.
@edsu edsu merged commit 794d473 into main Feb 7, 2025
1 check passed
@edsu edsu deleted the undefined-limit branch February 7, 2025 00:08
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.

2 participants