Utkarsh Sharma
Utkarsh Sharma
@feluelle @kaxil - Just adding my two cents. 1. Rows affected: this info is more related to the operation than a table. Like one operator did something to a table...
Closing it since we were not able to reproduce it on local.
With PR [#210](https://github.com/astro-projects/astro/pull/184/files) load_file has an ability to append to DB.
duplicate https://github.com/astronomer/astro-sdk/issues/644
@pankajastro can you please add a proper description in the PR?
@pankajastro LGTM. Added minor comments, please resolve them before merging.
@dimberman @tatiana - I think we should have a hybrid approach, something like - (First 4 letters of DAG ID)-(first 4 letters of run id)- (task_id) - (random string) Pros...
@kaxil If you refer to the example dag - [example_snowflake_partial_table_with_append.py](https://github.com/astronomer/astro-sdk/blob/main/example_dags/example_snowflake_partial_table_with_append.py) ``` transformed_data = transform_data( df=extracted_data, output_table=Table(name="homes_data_long") ) ``` the table is not defined with conn_id, we infer conn_id, database, and...
@kaxil, It's still an issue, I'll check this tomorrow.
@tatiana can we add story points to it?