blcksrx commented on pull request #17974:
URL: https://github.com/apache/airflow/pull/17974#issuecomment-913141852
> The string concatenation against free-form user input feels a bit fragile
to me though. Would it be possible to explicitly declare what additions we
allow instead? I’m thinking something like
>
> ```python
> hook.inser_rows("table", rows, after_statement=OnConflictDoNothing())
> ```
And also about this. we can Implement it but as far as syntax is different
for each database, we need to implement it for each of them
--
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]