|
8251 | 8251 | +------------------------------------------------------------------------------+
|
8252 | 8252 |
|
8253 | 8253 |
|
8254 |
| - ''' |
8255 |
| -# --- |
8256 |
| -# name: test_help_messages[spcs.service.events] |
8257 |
| - ''' |
8258 |
| - |
8259 |
| - Usage: root spcs service events [OPTIONS] NAME |
8260 |
| - |
8261 |
| - Retrieve platform events for a service container. |
8262 |
| - |
8263 |
| - +- Arguments ------------------------------------------------------------------+ |
8264 |
| - | * name TEXT Identifier of the service; for example: my_service | |
8265 |
| - | [required] | |
8266 |
| - +------------------------------------------------------------------------------+ |
8267 |
| - +- Options --------------------------------------------------------------------+ |
8268 |
| - | * --container-name TEXT Name of the container. | |
8269 |
| - | [required] | |
8270 |
| - | * --instance-id TEXT ID of the service instance, starting | |
8271 |
| - | with 0. | |
8272 |
| - | [required] | |
8273 |
| - | --since TEXT Fetch events that are newer than this | |
8274 |
| - | time ago, in Snowflake interval | |
8275 |
| - | syntax. | |
8276 |
| - | --until TEXT Fetch events that are older than this | |
8277 |
| - | time ago, in Snowflake interval | |
8278 |
| - | syntax. | |
8279 |
| - | --first INTEGER Fetch only the first N events. Cannot | |
8280 |
| - | be used with --last. | |
8281 |
| - | --last INTEGER Fetch only the last N events. Cannot | |
8282 |
| - | be used with --first. | |
8283 |
| - | --all Fetch all columns. | |
8284 |
| - | --help -h Show this message and exit. | |
8285 |
| - +------------------------------------------------------------------------------+ |
8286 |
| - +- Connection configuration ---------------------------------------------------+ |
8287 |
| - | --connection,--environment -c TEXT Name of the connection, as | |
8288 |
| - | defined in your config.toml | |
8289 |
| - | file. Default: default. | |
8290 |
| - | --host TEXT Host address for the | |
8291 |
| - | connection. Overrides the | |
8292 |
| - | value specified for the | |
8293 |
| - | connection. | |
8294 |
| - | --port INTEGER Port for the connection. | |
8295 |
| - | Overrides the value | |
8296 |
| - | specified for the | |
8297 |
| - | connection. | |
8298 |
| - | --account,--accountname TEXT Name assigned to your | |
8299 |
| - | Snowflake account. Overrides | |
8300 |
| - | the value specified for the | |
8301 |
| - | connection. | |
8302 |
| - | --user,--username TEXT Username to connect to | |
8303 |
| - | Snowflake. Overrides the | |
8304 |
| - | value specified for the | |
8305 |
| - | connection. | |
8306 |
| - | --password TEXT Snowflake password. | |
8307 |
| - | Overrides the value | |
8308 |
| - | specified for the | |
8309 |
| - | connection. | |
8310 |
| - | --authenticator TEXT Snowflake authenticator. | |
8311 |
| - | Overrides the value | |
8312 |
| - | specified for the | |
8313 |
| - | connection. | |
8314 |
| - | --private-key-file,--private… TEXT Snowflake private key file | |
8315 |
| - | path. Overrides the value | |
8316 |
| - | specified for the | |
8317 |
| - | connection. | |
8318 |
| - | --token-file-path TEXT Path to file with an OAuth | |
8319 |
| - | token that should be used | |
8320 |
| - | when connecting to Snowflake | |
8321 |
| - | --database,--dbname TEXT Database to use. Overrides | |
8322 |
| - | the value specified for the | |
8323 |
| - | connection. | |
8324 |
| - | --schema,--schemaname TEXT Database schema to use. | |
8325 |
| - | Overrides the value | |
8326 |
| - | specified for the | |
8327 |
| - | connection. | |
8328 |
| - | --role,--rolename TEXT Role to use. Overrides the | |
8329 |
| - | value specified for the | |
8330 |
| - | connection. | |
8331 |
| - | --warehouse TEXT Warehouse to use. Overrides | |
8332 |
| - | the value specified for the | |
8333 |
| - | connection. | |
8334 |
| - | --temporary-connection -x Uses a connection defined | |
8335 |
| - | with command line | |
8336 |
| - | parameters, instead of one | |
8337 |
| - | defined in config | |
8338 |
| - | --mfa-passcode TEXT Token to use for | |
8339 |
| - | multi-factor authentication | |
8340 |
| - | (MFA) | |
8341 |
| - | --enable-diag Run Python connector | |
8342 |
| - | diagnostic test | |
8343 |
| - | --diag-log-path TEXT Diagnostic report path | |
8344 |
| - | --diag-allowlist-path TEXT Diagnostic report path to | |
8345 |
| - | optional allowlist | |
8346 |
| - +------------------------------------------------------------------------------+ |
8347 |
| - +- Global configuration -------------------------------------------------------+ |
8348 |
| - | --format [TABLE|JSON] Specifies the output format. | |
8349 |
| - | [default: TABLE] | |
8350 |
| - | --verbose -v Displays log entries for log levels info | |
8351 |
| - | and higher. | |
8352 |
| - | --debug Displays log entries for log levels debug | |
8353 |
| - | and higher; debug logs contain additional | |
8354 |
| - | information. | |
8355 |
| - | --silent Turns off intermediate output to console. | |
8356 |
| - +------------------------------------------------------------------------------+ |
8357 |
| - |
8358 |
| - |
8359 | 8254 | '''
|
8360 | 8255 | # ---
|
8361 | 8256 | # name: test_help_messages[spcs.service.execute-job]
|
|
9723 | 9618 | | schema. |
|
9724 | 9619 | | describe Provides description of service. |
|
9725 | 9620 | | drop Drops service with given name. |
|
9726 |
| - | events Retrieve platform events for a service | |
9727 |
| - | container. | |
9728 | 9621 | | execute-job Creates and executes a job service in the |
|
9729 | 9622 | | current schema. |
|
9730 | 9623 | | list Lists all available services. |
|
|
11837 | 11730 | | schema. |
|
11838 | 11731 | | describe Provides description of service. |
|
11839 | 11732 | | drop Drops service with given name. |
|
11840 |
| - | events Retrieve platform events for a service | |
11841 |
| - | container. | |
11842 | 11733 | | execute-job Creates and executes a job service in the |
|
11843 | 11734 | | current schema. |
|
11844 | 11735 | | list Lists all available services. |
|
|
0 commit comments