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
+
1470
1474
typeLDAPConfigstruct {
1471
1475
Can*map[string]bool`json:"can,omitempty"`// Operations the current user is able to perform on this object
1472
1476
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.
@@ -2211,6 +2215,7 @@ type Project struct {
2211
2215
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).
2212
2216
IsExample*bool`json:"is_example,omitempty"`// If true the project is an example project and cannot be modified
2213
2217
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
2214
2219
}
2215
2220
2216
2221
typeProjectErrorstruct {
@@ -2420,6 +2425,13 @@ type RequestAllIntegrations struct {
2420
2425
IntegrationHubId*string`json:"integration_hub_id,omitempty"`// Filter to a specific provider
2421
2426
}
2422
2427
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
+
2926
2997
// Dynamically generated request type for search_themes
2927
2998
typeRequestSearchThemesstruct {
2928
2999
Id*string`json:"id,omitempty"`// Match theme id.
@@ -3377,10 +3448,6 @@ type SqlInterfaceQueryCreate struct {
3377
3448
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.
3378
3449
}
3379
3450
3380
-
typeSqlInterfaceQueryMetadatastruct {
3381
-
Results*string`json:"results,omitempty"`// JDBC Metadata to inflate Avatica response classes.
3382
-
}
3383
-
3384
3451
typeSqlQuerystruct {
3385
3452
Can*map[string]bool`json:"can,omitempty"`// Operations the current user is able to perform on this object
3386
3453
Slug*string`json:"slug,omitempty"`// The identifier of the SQL query
@@ -4310,7 +4377,7 @@ type WritePrivatelabelConfiguration struct {
0 commit comments