You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/11 14:02:54 UTC

[GitHub] [airflow] alexott opened a new pull request, #25674: Fix Databricks provider for Airflow 2.2.x

alexott opened a new pull request, #25674:
URL: https://github.com/apache/airflow/pull/25674

   The problem was caused by using `ProviderInfo.is_source` field that was introduced only in Airflow 2.3.0.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk commented on pull request #25674: Fix Databricks provider for Airflow 2.2.x

Posted by GitBox <gi...@apache.org>.
potiuk commented on PR #25674:
URL: https://github.com/apache/airflow/pull/25674#issuecomment-1212054893

   > The problem was caused by using ProviderInfo.is_source field that was introduced only in Airflow 2.3.0.
   
   I will add a test to detect and prevent this in the future
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] kaxil merged pull request #25674: Fix Databricks provider for Airflow 2.2.x

Posted by GitBox <gi...@apache.org>.
kaxil merged PR #25674:
URL: https://github.com/apache/airflow/pull/25674


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] alexott commented on pull request #25674: Fix Databricks provider for Airflow 2.2.x

Posted by GitBox <gi...@apache.org>.
alexott commented on PR #25674:
URL: https://github.com/apache/airflow/pull/25674#issuecomment-1212112699

   It's really is a one side effect of having provider in the same repo as core - you always on the bleeding edge :-)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk commented on pull request #25674: Fix Databricks provider for Airflow 2.2.x

Posted by GitBox <gi...@apache.org>.
potiuk commented on PR #25674:
URL: https://github.com/apache/airflow/pull/25674#issuecomment-1212055635

   Pretty unexpected one :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk commented on pull request #25674: Fix Databricks provider for Airflow 2.2.x

Posted by GitBox <gi...@apache.org>.
potiuk commented on PR #25674:
URL: https://github.com/apache/airflow/pull/25674#issuecomment-1212967629

   > It's really is a one side effect of having provider in the same repo as core - you always on the bleeding edge :-)
   
   Yeah. providing that you will make sure that you use the right airflow in  the multi-repo case when you develop the provider. Which is one of the things that needs to be solved in order to finally split - to make the provider development experience as good as it is now without adding necessary effort on contributors (with one of the benefits - shielding the users better from thiose kind of problems while not introducing more problems) - this will be big part of the "split out providers" AIP. Hopefully in the next few months (as soon as we finish Breeze transition I will focus my efforts on that one). 
   
   Such a split however has the property that wnen you DO want to introduce a chnage that will span through several components (like for example current SQL unification) then it is a lot harder to coordinate such changes. That's why it's great the "comon.sql"  move was done before and we also need to look if there are more things like that to extract BEFORE the split. It will be WAY harder to do simiilar moves when we split.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org