etl-with-airflow | ETL best practices with airflow , with examples | Testing library
kandi X-RAY | etl-with-airflow Summary
kandi X-RAY | etl-with-airflow Summary
ETL best practices with airflow, with examples
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of etl-with-airflow
etl-with-airflow Key Features
etl-with-airflow Examples and Code Snippets
Community Discussions
Trending Discussions on etl-with-airflow
QUESTION
I keep running into an issue where I cannot delete data from a temp table. I can't seem to find relevant hits on Google when I search for the error message though. I tried to set the REPLICA IDENTITY DEFAULT and NOTHING
...ANSWER
Answered 2018-Mar-13 at 13:40You could try to set identity to full, with will use whole row as identifier ALTER TABLE name REPLICA IDENTITY FULL;
or if it has unique index
ALTER TABLE name USING INDEX index_name;
By default it will use primary key and I suppose there isn't one.
On a side note, why are you publishing temp table?
I think you should remove it as I see no point in replicating temp
table. Find your pub name SELECT * FROM pg_publication;
and delete temp table from it: ALTER PUBLICATION name DROP TABLE [ ONLY ] table_name [ * ] [, ...]
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install etl-with-airflow
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page