JSON Schema missing a description, provide it using the description
key in the root of the JSON document.
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
workspace | string |
string | |||||
event_id | string |
string | |||||
event_time | string |
Format: date-time |
|||||
event_type | string |
EVENT_TYPE_UNSPECIFIED EVENT_TYPE_PING EVENT_TYPE_ISSUE_CREATED EVENT_TYPE_ISSUE_UPDATED EVENT_TYPE_ISSUE_STATUS_UPDATED EVENT_TYPE_ISSUE_CLOSED |
|||||
ping | object |
synq.webhooks.v1.Ping | |||||
issue_created | object |
synq.webhooks.v1.IssueCreated | |||||
issue_updated | object |
synq.webhooks.v1.IssueUpdated | |||||
issue_status_updated | object |
synq.webhooks.v1.IssueStatusUpdated | |||||
issue_closed | object |
synq.webhooks.v1.IssueClosed | |||||
callbacks | array |
synq.webhooks.v1.Callback |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
integration_id | string |
string | Synq integration_id that identifies the Airflow instance | ||||
dag_id | string |
string | Airflow dag_id that identifies the DAG |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
integration_id | string |
string | Synq integration_id that identifies the Airflow instance | ||||
dag_id | string |
string | Airflow dag_id that identifies the DAG | ||||
task_id | string |
string | Airflow task_id that identifies the task within the DAG |
DATA PLATFORMS
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
project | string |
string | BigQuery project | ||||
dataset | string |
string | BigQuery dataset id | ||||
table | string |
string | BigQuery table name |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
host | string |
string | Clickhouse host inclusive of port | ||||
schema | string |
string | Clickhouse database | ||||
table | string |
string | Clickhouse table |
CUSTOM
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
id | string |
string | Id that identifies the custom entity The Id should be unique within the custom entity Identifier. |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
workspace | string |
string | URL of Databricks workspace | ||||
catalog | string |
string | Databricks catalog | ||||
schema | string |
string | Databricks schema | ||||
table | string |
string | Databricks table or view |
DATAPRODUCT
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
id | string |
string | Dataproduct id that identifies the Dataproduct |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
project_id | string |
string | Your dbt Cloud project id | ||||
account_id | string |
string | Your dbt Cloud account id | ||||
node_id | string |
string | Dbt node_id that identifies one of dbt DAG nodes (model, test, etc) |
DBT
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
integration_id | string |
string | Synq integration_id that identifies the dbt Core project | ||||
node_id | string |
string | Dbt node_id that identifies one of dbt DAG nodes (model, test, etc) |
Identifier is a unique reference to an entity in Synq system. Entity identifiers are designed to closely mimic identifiers used by data platforms and tools. To construct an identifier, you need to know the kind of the entity and the ids that you would normally use to identify it in the data platform or tool. For example, to identify a table in BigQuery, you would need to know the project, dataset, and table names.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
dbt_core_node | object |
synq.entities.v1.DbtCoreNodeIdentifier | Dbt node that identifies one of dbt DAG nodes (model, test, etc) in dbt Core project | ||||
dbt_cloud_node | object |
synq.entities.v1.DbtCloudNodeIdentifier | Dbt node that identifies one of dbt DAG nodes (model, test, etc) in dbt Cloud project | ||||
bigquery_table | object |
synq.entities.v1.BigqueryTableIdentifier | BigQuery table identifier | ||||
snowflake_table | object |
synq.entities.v1.SnowflakeTableIdentifier | Snowflake table identifier | ||||
redshift_table | object |
synq.entities.v1.RedshiftTableIdentifier | Redshift table identifier | ||||
postgres_table | object |
synq.entities.v1.PostgresTableIdentifier | Postgres table identifier | ||||
mysql_table | object |
synq.entities.v1.MysqlTableIdentifier | Mysql table identifier | ||||
clickhouse_table | object |
synq.entities.v1.ClickhouseTableIdentifier | Clickhouse table identifier | ||||
databricks_table | object |
synq.entities.v1.DatabricksTableIdentifier | Databricks table identifier | ||||
airflow_dag | object |
synq.entities.v1.AirflowDagIdentifier | Airflow DAG identifier | ||||
airflow_task | object |
synq.entities.v1.AirflowTaskIdentifier | Airflow task identifier within a given DAG | ||||
custom | object |
synq.entities.v1.CustomIdentifier | Custom identifier to be used with all custom created entities | ||||
dataproduct | object |
synq.entities.v1.DataproductIdentifier | Dataproduct identifier | ||||
synq_path | object |
synq.entities.v1.SynqPathIdentifier | SynqPath identifier |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
host | string |
string | Mysql host inclusive of port | ||||
schema | string |
string | Mysql database | ||||
table | string |
string | Mysql table |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
host | string |
string | Postgres host inclusive of port | ||||
database | string |
string | Postgres database | ||||
schema | string |
string | Postgres schema | ||||
table | string |
string | Postgres table |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
cluster | string |
string | Redshift cluster | ||||
database | string |
string | Redshift database | ||||
schema | string |
string | Redshift schema | ||||
table | string |
string | Redshift table |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
account | string |
string | Snowflake account | ||||
database | string |
string | Snowflake database | ||||
schema | string |
string | Snowflake schema | ||||
table | string |
string | Snowflake table |
SYNQ PATH
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
path | string |
string | Synq path that identifies the Synq entity, needs to be one of supported paths |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
name | string |
string | |||||
slack | object |
synq.issues.actor.v1.SlackUser | |||||
object |
synq.issues.actor.v1.EmailUser | ||||||
pagerduty | object |
synq.issues.actor.v1.PagerdutyUser |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
user_email | string |
string |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
user_id | string |
string |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
user_id | string |
string |
Not to be used directly. Use the IssuesService instead when calling via API.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
workspace | string |
string | |||||
mark_investigating | object |
synq.issues.issues.v1.MarkInvestigatingRequest | |||||
mark_fixed | object |
synq.issues.issues.v1.MarkFixedRequest | |||||
mark_expected | object |
synq.issues.issues.v1.MarkExpectedRequest | |||||
mark_no_action_needed | object |
synq.issues.issues.v1.MarkNoActionNeededRequest | |||||
post_comment | object |
synq.issues.issues.v1.PostCommentRequest |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
issue_id | string |
string | ID of the issue to mark as expected. | ||||
actor | object |
synq.issues.actor.v1.Actor | Actor marking the issue as expected. |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
issue_id | string |
string | ID of the issue to mark as fixed. | ||||
actor | object |
synq.issues.actor.v1.Actor | Actor marking the issue as fixed. |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
issue_id | string |
string | ID of the issue to mark as investigating. | ||||
actor | object |
synq.issues.actor.v1.Actor | Actor marking the issue as investigating. |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
issue_id | string |
string | ID of the issue to mark as no action needed. | ||||
actor | object |
synq.issues.actor.v1.Actor | Actor marking the issue as no action needed. |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
issue_id | string |
string | ID of the issue to post a comment on. | ||||
actor | object |
synq.issues.actor.v1.Actor | Actor posting the comment. | ||||
comment | string |
string | Comment to post. |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
url | string |
string | |||||
action_name | string |
string | |||||
issues_command | object |
synq.issues.commands.v1.IssuesCommand |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
issue | object |
synq.webhooks.v1.IssueSummary |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
issue | object |
synq.webhooks.v1.IssueSummary |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
issue | object |
synq.webhooks.v1.IssueSummary |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
issue_id | string |
string | |||||
issue_group_id | string |
string | |||||
issue_url | string |
string | |||||
title | string |
string | Summary of the issue, what happened and where. | ||||
description | string |
string | Detailed description of the issue. | ||||
trigger_entity | object |
synq.webhooks.v1.IssueSummary.IssueEntity | Entity which triggered the issue. | ||||
directly_affected_entities | array |
synq.webhooks.v1.IssueSummary.IssueEntity | Entities directly affected by the issue, not considering downstream ones. | ||||
started_at | string |
Format: date-time |
Time when the issue was triggered. | ||||
ended_at | string |
Format: date-time |
Time when the issue was closed. | ||||
trigger_run_id | string |
string | |||||
trigger_name | string |
string | |||||
trigger_message | string |
string | |||||
status | string |
ISSUE_STATUS_UNSPECIFIED ISSUE_STATUS_INVESTIGATING ISSUE_STATUS_EXPECTED ISSUE_STATUS_FIXED ISSUE_STATUS_NO_ACTION_NEEDED |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
name | string |
string | |||||
type_name | string |
string | |||||
identifier | object |
synq.entities.v1.Identifier | |||||
folder | string |
string | |||||
entity_url | string |
string |
No description provided for this model.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
issue | object |
synq.webhooks.v1.IssueSummary |
Test event sent during a webhook setup.
Property | Type | Required | Possible values | Deprecated | Default | Description | Examples |
---|---|---|---|---|---|---|---|
message | string |
string |
Markdown generated with jsonschema-markdown.