You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/appdata_dsource.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ The Appdata dSource resource allows Terraform to create and delete AppData dSour
13
13
## Upgrade Guide
14
14
* Any new dSource created post Version>=3.2.1 can set `wait_time` to wait for snapshot creation , dSources created prior to this version will not support this capability
15
15
16
+
## Note
17
+
*`status` and `enabled` are subject to change in the state file based on the dSource state.
18
+
16
19
## Example Usage
17
20
18
21
The linking of a dSource can be configured through various ingestion approaches. Each configuration is customized to the connector and its supported options. The three PostgreSQL parameter sets below show working examples.
Copy file name to clipboardExpand all lines: docs/resources/oracle_dsource.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ The Oracle dSource resource allows Terraform to create and delete Oracle dSource
10
10
* Data Control Tower v10.0.1+ is required for dSource management. Lower versions are not supported.
11
11
* This Oracle dSource Resource only supports Oracle. See the AppData dSource Resource for the support of other connectors (i.e. AppData), such as PostgreSQL and SAP HANA. The Delphix Provider does not support SQL Server or SAP ASE.
12
12
13
+
## Upgrade Guide
14
+
* Any new dSource created post Version>=3.2.1 can set `wait_time` to wait for snapshot creation , dSources created prior to this version will not support this capability
15
+
16
+
## Note
17
+
*`status` and `enabled` are subject to change in the state file based on the dSource state.
18
+
13
19
## Example Usage
14
20
15
21
* The linking of a dSource can be performed via direct ingestion as shown in the example below
0 commit comments