mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[docs] CTAS on PostgreSQL needs commit to apply (#8367)
* [docs] New, document need for PG to use autocommit for CTAS
This commit is contained in:
committed by
GitHub
parent
c422b492eb
commit
c62b2f4340
@@ -579,6 +579,9 @@ object gets unpacked into the
|
||||
while the ``metadata_params`` get unpacked into the
|
||||
`sqlalchemy.MetaData <https://docs.sqlalchemy.org/en/rel_1_2/core/metadata.html#sqlalchemy.schema.MetaData>`_ call. Refer to the SQLAlchemy docs for more information.
|
||||
|
||||
.. note:: If your using CTAS on SQLLab and PostgreSQL
|
||||
take a look at :ref:`ref_ctas_engine_config` for specific ``engine_params``.
|
||||
|
||||
|
||||
Schemas (Postgres & Redshift)
|
||||
-----------------------------
|
||||
|
||||
Reference in New Issue
Block a user