Skip to content

Commit 27a8e69

Browse files
DOCSP-15463 Note that Storage Config updates through theUI won't update SQL Schemas (#144)
1 parent 34b179d commit 27a8e69

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

source/config/config-data-lake.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@ Configuring {+data-lake-short+}
1515
Overview
1616
--------
1717

18-
You can configure {+data-lake+} using the :ref:`datalake-configuration-file`.
19-
The configuration defines mappings between your {+data-lake-stores+}
20-
and {+data-lake-short+}. To learn more about the configuration including
21-
the configuration fields and format, see :ref:`datalake-configuration-file`.
18+
You can configure {+data-lake+} using the
19+
:ref:`datalake-configuration-file`. The configuration defines mappings
20+
between your {+data-lake-stores+} and {+data-lake-short+}. To learn
21+
more about the configuration including the configuration fields and
22+
format, see :ref:`datalake-configuration-file`.
2223

2324
You can retrieve and update the {+data-lake-short+} configuration by
24-
connecting a :binary:`~bin.mongo` shell to the {+data-lake-short+}:
25+
:ref:`connecting <gst-connect-adl>` a :binary:`~bin.mongo` shell to the
26+
{+dl+}. You can also update your {+dl+} from the |service| UI:
2527

2628
1. From the |service| UI, select :guilabel:`Data Lake` from the
2729
left-hand navigation.
2830

29-
#. Click :guilabel:`Connect` for the {+data-lake-short+} to
30-
which you want to connect.
31+
#. Click :guilabel:`Configuration` for the {+data-lake-short+} that you
32+
want to update.
3133

32-
#. Click :guilabel:`Connect with the Mongo Shell`.
33-
34-
#. Follow the instructions in the :guilabel:`Connect` modal. If you
35-
already have the :binary:`~bin.mongo` shell installed, ensure
36-
you are running at least the latest stable release of the 3.6 shell.
34+
#. Make necessary changes to the :ref:`storage configuration
35+
<datalake-configuration-file>` and click :guilabel:`Save` for the
36+
changes to take effect.
3737

3838
.. note::
3939

40-
Any MongoDB user in the |service| project with the :atlas:`atlasAdmin
41-
</security-add-mongodb-users/#atlasAdmin>` role can retrieve and update
42-
the {+data-lake-short+} configuration.
40+
Any MongoDB user in the |service| project with the
41+
:atlas:`atlasAdmin </security-add-mongodb-users/#atlasAdmin>` role
42+
can retrieve and update the {+data-lake-short+} configuration.
4343

4444
.. _datalake-getstorageconfig:
4545

source/includes/fact-schema-for-existing-collections.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@
1111
:datalakeconf:`databases` in your {+dl+} storage configuration and
1212
then :ref:`update <datalake-setstorageconfig>` your {+dl+} storage
1313
configuration with the old configuration.
14+
15+
{+dl+} doesn't automatically generate or update schemas when you
16+
update the storage configuration from the |service| UI. If you
17+
update your {+dl+} storage configuration through the UI, you must
18+
manually update schemas using the :ref:`sqlgenerateschema-cmd`
19+
command.

0 commit comments

Comments
 (0)