@malloydata/db-trino 0.0.382 → 0.0.384

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +7 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -74,6 +74,7 @@ const trinoProperties = [
74
74
  displayName: 'Setup SQL',
75
75
  type: 'text',
76
76
  optional: true,
77
+ advanced: true,
77
78
  description: 'SQL statements to run when the connection is established',
78
79
  },
79
80
  {
@@ -81,6 +82,7 @@ const trinoProperties = [
81
82
  displayName: 'Source',
82
83
  type: 'string',
83
84
  optional: true,
85
+ advanced: true,
84
86
  description: 'Source name for the Trino client',
85
87
  },
86
88
  {
@@ -88,6 +90,7 @@ const trinoProperties = [
88
90
  displayName: 'SSL',
89
91
  type: 'json',
90
92
  optional: true,
93
+ advanced: true,
91
94
  description: 'TLS/SSL configuration (e.g. {"rejectUnauthorized": false})',
92
95
  },
93
96
  {
@@ -95,6 +98,7 @@ const trinoProperties = [
95
98
  displayName: 'Session',
96
99
  type: 'json',
97
100
  optional: true,
101
+ advanced: true,
98
102
  description: 'Session properties as key-value pairs',
99
103
  },
100
104
  {
@@ -102,6 +106,7 @@ const trinoProperties = [
102
106
  displayName: 'Extra Credential',
103
107
  type: 'json',
104
108
  optional: true,
109
+ advanced: true,
105
110
  description: 'Extra credentials as key-value pairs',
106
111
  },
107
112
  {
@@ -109,6 +114,7 @@ const trinoProperties = [
109
114
  displayName: 'Extra Headers',
110
115
  type: 'json',
111
116
  optional: true,
117
+ advanced: true,
112
118
  description: 'Additional HTTP headers as key-value pairs',
113
119
  },
114
120
  ];
@@ -124,6 +130,7 @@ const prestoProperties = [
124
130
  displayName: 'Setup SQL',
125
131
  type: 'text',
126
132
  optional: true,
133
+ advanced: true,
127
134
  description: 'SQL statements to run when the connection is established',
128
135
  },
129
136
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-trino",
3
- "version": "0.0.382",
3
+ "version": "0.0.384",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "prepublishOnly": "npm run build"
23
23
  },
24
24
  "dependencies": {
25
- "@malloydata/malloy": "0.0.382",
25
+ "@malloydata/malloy": "0.0.384",
26
26
  "@prestodb/presto-js-client": "^1.0.0",
27
27
  "gaxios": "^4.2.0",
28
28
  "luxon": "^3.5.0",