How to set table expiration using BigQueryOperator in Airflow when a table is created using query. We can update the tables expiration with another BigQueryOperator , but looking for doing the create and setting expiration together.
How to set table expiration using BigQueryOperator in Airflow when a table is created using query. We can update the tables expiration with another BigQueryOperator , but looking for doing the create and setting expiration together.