blcksrx commented on pull request #17974: URL: https://github.com/apache/airflow/pull/17974#issuecomment-911338465
@uranusjr At the first step I was thinking exactly like your Idea, but in the end, I realized that this implementation reduces its flexibility and also avoids combination(Consider a situation that the user is interested in to handle duplication and also wants to do partitioning) Besides that handling duplication in each database is specific to it. In addition, SQLAlchemy has a feature like this `prefix_with`: https://docs.sqlalchemy.org/en/14/core/compiler.html?highlight=prefix_with#changing-the-default-compilation-of-existing-constructs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
