Skip to content

Commit f665611

Browse files
m-abulazmgueniai
andauthored
remove wrong teradata in reconcile docs (#2236)
<!-- REMOVE IRRELEVANT COMMENTS BEFORE CREATING A PULL REQUEST --> ## Changes <!-- Summary of your changes that are easy to understand. Add screenshots when necessary, they're helpful to illustrate the before and after state --> ### What does this PR do? Small fix in reconcile doc Co-authored-by: Guenia Izquierdo <[email protected]>
1 parent b9ccebe commit f665611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lakebridge/docs/reconcile/recon_notebook.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ReconcileConfig:
7575
```
7676
Parameters:
7777

78-
- `data_source`: The data source to be reconciled. Supported values: `snowflake`, `teradata`, `oracle`, `mssql`, `synapse`, `databricks`.
78+
- `data_source`: The data source to be reconciled. Supported values: `snowflake`, `oracle`, `mssql`, `synapse`, `databricks`.
7979
- `report_type`: The type of report to be generated. Available report types are `schema`, `row`, `data` or `all`. For details check [here](./dataflow_example.mdx).
8080
- `secret_scope`: The secret scope name used to store the connection credentials for the source database system.
8181
- `database_config`: The database configuration for connecting to the source database. expects a `DatabaseConfig` object.

0 commit comments

Comments
 (0)