tonicai/Update Tonic Structural Subsetting Rule
Create or update a subsetting rule for any table in Tonic Structural workspace
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| structural-url | Tonic Structural URL (e.g., https://app.tonic.ai) | no | https://app.tonic.ai |
| structural-api-key | Tonic Structural API key for authentication | yes | — |
| workspace-id | Workspace ID to apply subsetting rule to | yes | — |
| schema | Database schema name (case-sensitive depending on database) | yes | — |
| table | Table name to apply subsetting rule to (case-sensitive depending on database) | yes | — |
| where-clause | SQL WHERE clause for row filtering (without the WHERE keyword). Mutually exclusive with percent and ignore-upstream-tables. | no | — |
| percent | Percentage of rows to include (0-100, decimal values allowed). Mutually exclusive with where-clause and ignore-upstream-tables. | no | — |
| ignore-upstream-tables | Treat table as a lookup table (includes all rows, ignores upstream rules). Mutually exclusive with where-clause and percent. | no | false |
Outputs
no outputs