Skip to content

Conversation

@ephraimbuddy
Copy link
Contributor

Using git provider 0.2.1 with common.compat <1.12 causes issues in dag callbacks

Using git provider 0.2.1 with common.compat <1.12 causes issues in dag callbacks
dependencies = [
"apache-airflow>=3.0.0",
"apache-airflow-providers-common-compat>=1.10.1",
"apache-airflow-providers-common-compat>=1.10.1", # use next version
Copy link
Member

Choose a reason for hiding this comment

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

Could/should we update it to the known version, as in this case the apache-airflow-providers-common-compat we want has already been released

The use next version is for when we want it to support what ever the next as-yet-to-be-released common provider is?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes that is right

@Prab-27
Copy link
Contributor

Prab-27 commented Jan 23, 2026

Could we update this as - apache-airflow-providers-common-compat>=1.12.0 like teradata and exasol

dependencies = [
"apache-airflow>=3.0.0",
"apache-airflow-providers-common-compat>=1.10.1",
"apache-airflow-providers-common-compat>=1.10.1", # use next version
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"apache-airflow-providers-common-compat>=1.10.1", # use next version
"apache-airflow-providers-common-compat>=1.12.0",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants