astronomer / airflow-provider-great-expectations

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

Parsing data_asset_name should account for fully qualified table name. #110

Open mpgreg opened 1 year ago

mpgreg commented 1 year ago

Currently if there is a '.' in the asset name it assumed to be a schema.table. Should be able to pass database.schema.table.

https://github.com/mpgreg/airflow-provider-great-expectations/blob/be4dfad4feea8ab758a64407ce5b0e6010ad4842/great_expectations_provider/operators/great_expectations.py#L230