astronomer / airflow-provider-great-expectations

Great Expectations Airflow operator
http://greatexpectations.io
Apache License 2.0
157 stars 53 forks source link

Fixes #110 and #107 #111

Open mpgreg opened 1 year ago

mpgreg commented 1 year ago

Addes a new attribute and operator arg for database override and parses data_asset_name for either TABLE, SCHEMA.TABLE or DATABASE.SCHEMA.TABLE.

Due to differences in how schema and database are used across database providers it may not be possible to use BaseHook to get hook and conn attributes for all variants. This PR allows redshift and postgres users to specify db and schema either as operator args or fully-qualified data_asset_name arg.