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: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ if res.connection_response is not None:
71
71
*[create_destination](docs/sdks/public/README.md#create_destination) - Create a destination
72
72
*[create_job](docs/sdks/public/README.md#create_job) - Trigger a sync or reset job of a connection
73
73
*[create_or_update_workspace_o_auth_credentials](docs/sdks/public/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
74
+
*[create_permission](docs/sdks/public/README.md#create_permission) - Create a permission
74
75
*[create_source](docs/sdks/public/README.md#create_source) - Create a source
75
76
*[create_workspace](docs/sdks/public/README.md#create_workspace) - Create a workspace
76
77
*[delete_connection](docs/sdks/public/README.md#delete_connection) - Delete a Connection
@@ -136,6 +137,14 @@ if res.connection_response is not None:
136
137
*[get_job](docs/sdks/jobs/README.md#get_job) - Get Job status and details
137
138
*[list_jobs](docs/sdks/jobs/README.md#list_jobs) - List Jobs by sync type
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation |
9
+
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
10
+
|`raw_response`|[requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
| `disable_type_dedupe` | *Optional[bool]* | :heavy_minus_sign: | Disable Writing Final Tables. WARNING! The data format in _airbyte_data is likely stable but there are no guarantees that other metadata columns will remain the same in future versions | |
17
-
| `enable_incremental_final_table_updates` | *Optional[bool]* | :heavy_minus_sign: | When enabled your data will load into your final tables incrementally while your data is still being synced. When Disabled (the default), your data loads into your final tables once at the end of a sync. Note that this option only applies if you elect to create Final tables | |
18
17
| `jdbc_url_params` | *Optional[str]* | :heavy_minus_sign: | Enter the additional properties to pass to the JDBC URL string when connecting to the database (formatted as key=value pairs separated by the symbol &). Example: key1=value1&key2=value2&key3=value3 | |
19
18
| `raw_data_schema` | *Optional[str]* | :heavy_minus_sign: | The schema to write raw tables into (default: airbyte_internal) | |
20
19
| `retention_period_days` | *Optional[int]* | :heavy_minus_sign: | The number of days of Snowflake Time Travel to enable on the tables. See <a href="https://docs.snowflake.com/en/user-guide/data-time-travel#data-retention-period">Snowflake's documentation</a> for more information. Setting a nonzero value will incur increased storage costs in your Snowflake instance. | |
0 commit comments