diff --git a/_data/taps/schemas/google-analytics-4/v1/google-analytics-4-v1-tables.yml b/_data/taps/schemas/google-analytics-4/v1/google-analytics-4-v1-tables.yml index 8381773a9..ce6664f18 100644 --- a/_data/taps/schemas/google-analytics-4/v1/google-analytics-4-v1-tables.yml +++ b/_data/taps/schemas/google-analytics-4/v1/google-analytics-4-v1-tables.yml @@ -1,19 +1,22 @@ tap: google-analytics-4 version: '1' -tables: +tables: - name: sample_report custom-report: true - description: | - For every report you create in the integration's settings page, Stitch will create a corresponding table in your destination. The table will contain the [metrics and dimensions you select](#track-data), along with a few columns Stitch requires for replication. - - **Note**: Every row in this table pertains to a specific day. Use the `start_date` and `end_date` columns to identify what day the row is for. - - The `{{table.table-details.primary-key}}` column is a Stitch-generated SHA 256 hash that should be used as a Primary Key. The hash consists of a UTF-8 encoded JSON list containing: - - - The account ID, web property ID, and profile ID of the associated report - - Pairs of `ga:dimension_name` and `dimension_value` - - The `start_date` and `end_date` values for the record, in `YYYY-mm-dd` format + description: "For every report you create in the integration's settings page, Stitch\ + \ will create a corresponding table in your destination. The table will contain\ + \ the [metrics and dimensions you select](#track-data), along with a few columns\ + \ Stitch requires for replication.\n\n**Note**: Every row in this table pertains\ + \ to a specific day. Use the `start_date` and `end_date` columns to identify what\ + \ day the row is for.\n\nThe `{{table.table-details.primary-key}}` column is a\ + \ Stitch-generated SHA 256 hash that should be used as a Primary Key. The hash\ + \ consists of a UTF-8 encoded JSON list containing:\n\n - The account ID, web\ + \ property ID, and profile ID of the associated report\n - Pairs of `ga:dimension_name`\ + \ and `dimension_value`\n - The `start_date` and `end_date` values for the record,\ + \ in `YYYY-mm-dd` format\n" table-details: replication-method: Key-based Incremental primary-key: _sdc_record_hash replication-key: start_date + status: not_found +tap-repo-schemas: true