mobuchowski commented on PR #33742:
URL: https://github.com/apache/airflow/pull/33742#issuecomment-1694758152

   > Marquez in their docs require PostgreSQL 12.1, but it seems to be working 
with Postgres 13 and 14 as well (but not 15). I can add this to the docs, but a 
better option may be to spin up a separate Postgres container (though this does 
significantly affect resourcing). Any thoughts on appropriately handling this?
   
   @patgarz It's probably missing some word like "minimum" or "at least" 12.1 - 
can you link where you found this, to fix it?
   Not working on 15 must be a bug, definitely worth fixing.
   
   > That would be surprising. The one difference I can think of - naybe this 
is connected with the way openlineage provider (and any other) is used in 
"main" - the openlineage code is loaded directly from sources not from package. 
So some code might not work the same way (for example queryng package metada 
will not work if you run it from main (INSTALL_PROVIDERS_FROM_SOURCES="true" is 
set in breeze and ProvidersManager will look in sources for provider.yaml files 
rather than querying provider_info endpoint to get all the provider 
information). @mobuchowski - maybe that rings a bell?
   
   After https://github.com/apache/airflow/pull/32692 loading plugin from 
provider should happen regardless if providers are installed from sources or 
from package - provided the plugins and providers aren't lazily loaded.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to