No project description provided
Project description
Crux command line tool - cruxctl
Herein contains the source code for the cruxctl command line tool. It is used to submit jobs, validate YAML files, and manipulate deadlines related to Crux.
The repositories related to it are cruxctl
and crux-odin (a library used by cruxctl).
Installation
You install cruxctl via PyPI and pip in any Python environment you wish. You can install
it in a venv environment, a pipenv environment, or a poetry environment. You can also install it
at the system level if you wish. The installation doesn't vary from any other Python package. Just do
a pip install cruxctl or pip install cruxctl==<version> and you're good to go. It does require
that you can authenticate with Google Cloud and have the proper permissions to access the Crux API.
It also requires that you have a login on the Crux system so you can get a token. Type cruxctl --help
for command help and cruxctl <command> --help for subcommand help.
Usage
Authorize with cruxctl auth. cruxctl auth --help will get you started with authorization.
Examples for AI Schedule
Get calculated delivery deadline:
cruxctl ai-schedule get-delivery-deadline -d AQKwpurp8B-G848Qqs7JthWOog -bm 60
Example for AI curation
Onboard data through Crux - run through profiler, upload vendor doc. These would trigger curation to run on event based. After profiling is done, you are now able to download odin yaml. You can check the odin file against curation output using cruxctl command.
cruxctl dataset update -f [ODIN_YAML_FILE]
--profile [ENVIRONMENT] --from-docs
Examples for Deadline Management
See available commands and help:
cruxctl deadlines --help
Get all deadlines:
cruxctl deadlines get-all
Get a specific deadline:
cruxctl deadlines get dataset-id-abc
Insert a deadline:
cruxctl deadlines insert dataset-id-abc 0 23 '3W' '*' '*' '*'
Delete deadlines matching dataset ID:
cruxctl deadlines delete dataset-id-abc
Delete all deadlines:
cruxctl deadlines delete-all dataset-id-abc
Import deadlines from CSV:
cruxctl deadlines import /path/to/file/deadlines.csv
Export deadlines to GCS bucket as CSV file:
cruxctl deadlines export gs://my-bucket/deadlines.csv
Get all notification snoozes:
cruxctl deadlines get-all-notification-snooze
Get a specific notification snooze:
cruxctl deadlines get-notification-snooze dataset-id-abc
Create a notification snooze:
cruxctl deadlines create-notification-snooze dataset-id-abc 72 hours
Delete a notification snooze:
cruxctl deadlines delete-notification-snooze dataset-id-abc
Delete expired notification snooze(s):
cruxctl deadlines delete-expired-notification-snooze
Example for YAML Validation
Validate YAML files which possibly point to a parent YAML file. There are two forms: one where you just give the YAML file names and the other where you give a start directory and the YAML file names. The second form exists because normally the data engineers stick the YAML files below a directory named after the company. They also often put a parent YAML file there too and a bunch of child YAML files refer to it. Therefore, we allow the user to pass this directory as the first argument and the child or parent files as the subsequent arguments. If you modify the child file and there is a parent, the combined parent/child YAML is validated. If you pass a parent file, ALL THE CHILDREN of that parent file are validated.
You can also pass a parent file and a child file with the first form where you just give YAML paths. In this case, pass the parent and the child YAML file as the same argument separated by a comma. For example
cruxctl dataset validate a.yaml b.yaml,c.yaml
validates a.yaml by itself and the combined b.yaml/c.yaml. This supposes
that b.yaml is the "parent" of c.yaml.
The full usage syntax is:
cruxctl dataset validate [--profile local|dev|staging|prod] [--quiet] file_or_dir yaml_file...
Normally cruxctl dataset validate prints out the progress as it goes. --quiet turns this off.
Example for deploying an Odin dataset to the control plane
To deploy an Odin dataset YAML file to the control plane, give one or more arguments to
the dataset apply command. This command can deploy multiple YAML files from one command
line invocation if you give multiple YAML files to apply. Like the dataset validate command,
you can give a directory as the first argument and YAML files to apply after that or you can
just give the YAML files to apply (or combined YAML files separated by commas. See the
dataset validate command for syntax).
Usage:
cruxctl dataset apply [--profile local|dev|staging|prod] [--quiet] [--cluster oss|composer] [--region us-central1|us-east1] [--shard 0|1|2|3|4|5|6|a|b|c|d|e] file_or_dir yaml_file...
Applying starts the processing runs for the YAML files. Normally it prints out as it
is applying the YAML files. Use --quiet to turn this off.
The --cluster option is used to specify the cluster type: oss or Cloud Composer. The
default is oss.
The --region option is used to specify the region for the Airflow run. The default
is us-central1.
The --shard option is used to specify the shard for the Airflow deployment. The default
is 0.
Example for deleting a dataset in the control plane
If you'd like to delete an existing dataset(s) in the control plane, give the following command:
cruxctl dataset delete [--profile local|dev|staging|prod] [--quiet] dataset_id...
Example for getting the events from a deployed dataset
To see the events from a deployed dataset, give the following command:
cruxctl dataset events [--watch] [--environment local|dev|staging|prod] dataset_id
This prints out the events for that dataset ID. If you give the --watch option,
then every three second more output is checked for an output. The output looks like
this:
{'specversion': '1.0', 'type': 'com.crux.cp.dataset.ingest.apply.v1', 'source': '/apilayer', 'subject': '', 'id': 'e0e1936d-e70b-4351-95e4-66fbefbbdf8b', 'time': '2024-09-10T22:39:57.077029Z', 'data': {'id': 0, 'datasetId': 'DssgxkJB', 'orgId': 'test', 'eventId': 'e0e1936d-e70b-4351-95e4-66fbefbbdf8b', 'eventSource': '/apilayer', 'eventType': 'com.crux.cp.dataset.ingest.apply.v1', 'message': 'validation pass', 'statusType': 'Apply'}}
{'specversion': '1.0', 'type': 'com.crux.cp.dataset.ingest.apply.v1', 'source': '/apilayer', 'subject': '', 'id': 'e69b7204-2cff-4702-a65e-885bb7f77d7d', 'time': '2024-09-10T21:31:01.843591Z', 'data': {'id': 0, 'datasetId': 'DssgxkJB', 'orgId': 'test', 'eventId': 'e69b7204-2cff-4702-a65e-885bb7f77d7d', 'eventSource': '/apilayer', 'eventType': 'com.crux.cp.dataset.ingest.apply.v1', 'message': 'validation pass', 'statusType': 'Apply'}}
{'specversion': '1.0', 'type': 'com.crux.cp.dataset.ingest.apply.v1', 'source': '/apilayer', 'subject': '', 'id': 'f41f54e3-b9d2-4638-a766-69662c75fbc4', 'time': '2024-09-10T21:59:00.67005Z', 'data': {'id': 0, 'datasetId': 'DssgxkJB', 'orgId': 'test', 'eventId': 'f41f54e3-b9d2-4638-a766-69662c75fbc4', 'eventSource': '/apilayer', 'eventType': 'com.crux.cp.dataset.ingest.apply.v1', 'message': 'validation pass', 'statusType': 'Apply'}}
Example for retrieving dataset's PDK logs
If you'd like to retrieve pdk logs of an existing dataset in the control plane, run the following command:
cruxctl dataset pdk-logs [DATASET_ID] --delivery-id [DELIVERY_ID]
Example for retrieving dataset's dispatch logs
If you'd like to retrieve dispatch logs of an existing dataset in the control plane, run the following command:
cruxctl dataset dispatch-logs [DATASET_ID] --export-id [EXPORT_ID]
Thanks to all the contributors:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cruxctl-2.8.0.tar.gz.
File metadata
- Download URL: cruxctl-2.8.0.tar.gz
- Upload date:
- Size: 48.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.3 Linux/6.11.0-1014-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61e3f9b5197172f419b16091d2ab959ee443e4442fb11b0029bd286ef14310f7
|
|
| MD5 |
e38cf9acb04b65742f53978858dbd354
|
|
| BLAKE2b-256 |
0e8f27b586a149452995ded5dd246381d4b777faf3b08cee8a918e1bdc5370d2
|
File details
Details for the file cruxctl-2.8.0-py3-none-any.whl.
File metadata
- Download URL: cruxctl-2.8.0-py3-none-any.whl
- Upload date:
- Size: 62.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.3 Linux/6.11.0-1014-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f075c8e67b00d4eb3253f544f65efbd3119ae7233b63197eb781f0bd1b9bb320
|
|
| MD5 |
6765058c8823b4d098da64617e596b2e
|
|
| BLAKE2b-256 |
34807042357915cc46dc0b9c8bbc30db342fae4111d9906a219d294c54bd41bc
|