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
Results*string`json:"results,omitempty"`// JDBC Metadata to inflate Avatica response classes.
1472
-
}
1473
-
1474
1470
typeLDAPConfigstruct {
1475
1471
Can*map[string]bool`json:"can,omitempty"`// Operations the current user is able to perform on this object
1476
1472
AlternateEmailLoginAllowed*bool`json:"alternate_email_login_allowed,omitempty"`// Allow alternate email-based login via '/login/email' for admins and for specified users with the 'login_special_email' permission. This option is useful as a fallback during ldap setup, if ldap config problems occur later, or if you need to support some users who are not in your ldap directory. Looker email/password logins are always disabled for regular users when ldap is enabled.
@@ -2215,7 +2211,6 @@ type Project struct {
2215
2211
AllowWarnings*bool`json:"allow_warnings,omitempty"`// Validation policy: If true, the project can be committed with warnings when `validation_required` is true. (`allow_warnings` does nothing if `validation_required` is false).
2216
2212
IsExample*bool`json:"is_example,omitempty"`// If true the project is an example project and cannot be modified
2217
2213
DependencyStatus*string`json:"dependency_status,omitempty"`// Status of dependencies in your manifest & lockfile
2218
-
DataTestsCount*int64`json:"data_tests_count,omitempty"`// Number of data tests within project
2219
2214
}
2220
2215
2221
2216
typeProjectErrorstruct {
@@ -2425,13 +2420,6 @@ type RequestAllIntegrations struct {
2425
2420
IntegrationHubId*string`json:"integration_hub_id,omitempty"`// Filter to a specific provider
2426
2421
}
2427
2422
2428
-
// Dynamically generated request type for all_lookml_models
Limit*int64`json:"limit,omitempty"`// Number of results to return (used with `offset`).
2989
-
Offset*int64`json:"offset,omitempty"`// Number of results to skip before returning any (used with `limit`).
2990
-
Sorts*string`json:"sorts,omitempty"`// Fields to sort by.
2991
-
Id*string`json:"id,omitempty"`// Match role id.
2992
-
Name*string`json:"name,omitempty"`// Match role name.
2993
-
BuiltIn*bool`json:"built_in,omitempty"`// Match roles by built_in status.
2994
-
FilterOr*bool`json:"filter_or,omitempty"`// Combine given search criteria in a boolean OR expression.
2995
-
}
2996
-
2997
2926
// Dynamically generated request type for search_themes
2998
2927
typeRequestSearchThemesstruct {
2999
2928
Id*string`json:"id,omitempty"`// Match theme id.
@@ -3448,6 +3377,10 @@ type SqlInterfaceQueryCreate struct {
3448
3377
JdbcClient*bool`json:"jdbc_client,omitempty"`// Whether the query should be run for use in a JDBC Client. This changes the formatting of some datetime based values.
3449
3378
}
3450
3379
3380
+
typeSqlInterfaceQueryMetadatastruct {
3381
+
Results*string`json:"results,omitempty"`// JDBC Metadata to inflate Avatica response classes.
3382
+
}
3383
+
3451
3384
typeSqlQuerystruct {
3452
3385
Can*map[string]bool`json:"can,omitempty"`// Operations the current user is able to perform on this object
3453
3386
Slug*string`json:"slug,omitempty"`// The identifier of the SQL query
@@ -4377,7 +4310,7 @@ type WritePrivatelabelConfiguration struct {
0 commit comments