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/data-sources/destination.md
+2
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ Optional:
55
55
-`host` (String) Server name
56
56
-`http_path` (String) HTTP path
57
57
-`is_private_key_encrypted` (String) Indicates that a private key is encrypted. The default value: `false`. The field can be specified if authentication type is `KEY_PAIR`.
58
+
-`lakehouse_name` (String, Sensitive) OneLake lakehouse name
58
59
-`passphrase` (String, Sensitive) In case private key is encrypted, you are required to enter passphrase that was used to encrypt the private key. The field can be specified if authentication type is `KEY_PAIR`.
59
60
-`password` (String, Sensitive) Database user password
60
61
-`personal_access_token` (String, Sensitive) Personal access token
@@ -74,6 +75,7 @@ Optional:
74
75
-`tunnel_port` (String) SSH server port name. Must be populated if `connection_type` is set to `SshTunnel`.
75
76
-`tunnel_user` (String) SSH user name. Must be populated if `connection_type` is set to `SshTunnel`.
76
77
-`user` (String) Database user name
78
+
-`workspace_name` (String, Sensitive) OneLake workspace name
Copy file name to clipboardexpand all lines: docs/resources/destination.md
+2
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ Optional:
75
75
-`host` (String) Server name
76
76
-`http_path` (String) HTTP path
77
77
-`is_private_key_encrypted` (String) Indicates that a private key is encrypted. The default value: `false`. The field can be specified if authentication type is `KEY_PAIR`.
78
+
-`lakehouse_name` (String, Sensitive) OneLake lakehouse name
78
79
-`passphrase` (String, Sensitive) In case private key is encrypted, you are required to enter passphrase that was used to encrypt the private key. The field can be specified if authentication type is `KEY_PAIR`.
79
80
-`password` (String, Sensitive) Database user password
80
81
-`personal_access_token` (String, Sensitive) Personal access token
@@ -94,6 +95,7 @@ Optional:
94
95
-`tunnel_port` (String) SSH server port name. Must be populated if `connection_type` is set to `SshTunnel`.
95
96
-`tunnel_user` (String) SSH user name. Must be populated if `connection_type` is set to `SshTunnel`.
96
97
-`user` (String) Database user name
98
+
-`workspace_name` (String, Sensitive) OneLake workspace name
0 commit comments