Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,11 @@ authorize the client.

#### Bindings

| Property | Title | Description | Type | Required/Default |
| ---------------- | ------------ | ------------------------------------------------------------------------------------------------------------------ | ------- | ---------------- |
| **`/table`** | Table | Table name to materialize to. It will be created by the connector, unless the connector has previously created it. | string | Required |
| `/delta_updates` | Delta Update | Should updates to this table be done via delta updates. | boolean | `false` |
| Property | Title | Description | Type | Required/Default |
| ------------------------------ | --------------------------- | ------------------------------------------------------------------------------------------------------------------ | ------- | ---------------- |
| `/additional_table_create_sql` | Additional Table Create SQL | Additional SQL statement(s) to be run after the table is created. | string | |
| `/delta_updates` | Delta Update | Should updates to this table be done via delta updates. | boolean | `false` |
| **`/table`** | Table | Table name to materialize to. It will be created by the connector, unless the connector has previously created it. | string | Required |

### Sample

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,11 @@ authorize the client.

#### Bindings

| Property | Title | Description | Type | Required/Default |
| ---------------- | ------------ | ------------------------------------------------------------------------------------------------------------------ | ------- | ---------------- |
| **`/table`** | Table | Table name to materialize to. It will be created by the connector, unless the connector has previously created it. | string | Required |
| `/delta_updates` | Delta Update | Should updates to this table be done via delta updates. | boolean | `false` |
| Property | Title | Description | Type | Required/Default |
| ------------------------------ | --------------------------- | ------------------------------------------------------------------------------------------------------------------ | ------- | ---------------- |
| `/additional_table_create_sql` | Additional Table Create SQL | Additional SQL statement(s) to be run after the table is created. | string | |
| `/delta_updates` | Delta Update | Should updates to this table be done via delta updates. | boolean | `false` |
| **`/table`** | Table | Table name to materialize to. It will be created by the connector, unless the connector has previously created it. | string | Required |

### Sample

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,11 @@ authorize the client.

#### Bindings

| Property | Title | Description | Type | Required/Default |
| ---------------- | ------------ | ------------------------------------------------------------------------------------------------------------------ | ------- | ---------------- |
| **`/table`** | Table | Table name to materialize to. It will be created by the connector, unless the connector has previously created it. | string | Required |
| `/delta_updates` | Delta Update | Should updates to this table be done via delta updates. | boolean | `false` |
| Property | Title | Description | Type | Required/Default |
| ------------------------------ | --------------------------- | ------------------------------------------------------------------------------------------------------------------ | ------- | ---------------- |
| `/additional_table_create_sql` | Additional Table Create SQL | Additional SQL statement(s) to be run after the table is created. | string | |
| `/delta_updates` | Delta Update | Should updates to this table be done via delta updates. | boolean | `false` |
| **`/table`** | Table | Table name to materialize to. It will be created by the connector, unless the connector has previously created it. | string | Required |

### Sample

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ authorize the client.

| Property | Title | Description | Type | Required/Default |
| --- | --- | --- | --- | --- |
| **`/table`** | Table | Table name to materialize to. It will be created by the connector, unless the connector has previously created it. | string | Required |
| `/additional_table_create_sql` | Additional Table Create SQL | Additional SQL statement(s) to be run after the table is created. | string | |
| `/delta_updates` | Delta Update | Should updates to this table be done via delta updates. | boolean | `false` |
| **`/table`** | Table | Table name to materialize to. It will be created by the connector, unless the connector has previously created it. | string | Required |

### Sample

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ Configuring the SSL mode strengthens security when transferring data to Oracle M

### Bindings

| Property | Title | Description | Type | Required/Default |
|-------------------------|--------------------|--------------------------------------------|--------|------------------------|
| **`/table`** | Table | The name of the table to send data to. | string | Required |
| Property | Title | Description | Type | Required/Default |
|--------------------------------|-----------------------------|-------------------------------------------------------------------|--------|------------------|
| **`/table`** | Table | The name of the table to send data to. | string | Required |
| `/additional_table_create_sql` | Additional Table Create SQL | Additional SQL statement(s) to be run after the table is created. | string | |



Expand Down
Loading