Improve example docs around SQLExecuteQueryOperator
in all SQLrelated providers
#44807
Open
1 of 12 tasks
Labels
area:providers
good first issue
kind:documentation
kind:meta
High-level information important to the community
Body
Context: #44707 (comment)
In Sqlite provider we have
operators.rst
which explains how to leverageSQLExecuteQueryOperator
fromcommon.sql
provider to be used with Sqlite. We should have similar doc and examples for all SQL related operators that were removed as part of #44559The Task:
verify that we have
operators.rst
in each of the above providers that explain how to useSQLExecuteQueryOperator
with the specific provider See sqlite provider operators.rst for example template:If possible accommodate for the specific parameters that can be passed from the provider to the hook.
For example in Postgres we can pass
hook_params
for enabling logging so we explain about this explicitly with exampleThe items:
ExasolOperator
)DrillOperator
)JdbcOperator
)MsSqlOperator
)MySQLOperator
)OracleOperator
)PrestoOperator
)SnowflakeOperator
)TrinoOperator
)VerticaOperator
)PostgresOperator
) Docs already exists but requires tweaks to align the styleCommitter
The text was updated successfully, but these errors were encountered: