Skip to content

Commit

Permalink
editorconfig update
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko committed Oct 12, 2024
1 parent 242474a commit eea7cc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{md,js,sql,yaml}]
[*.{js,json,md,sql,yaml}]
indent_size = 2
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ Tag: `crawl_results_legacy`

1. [crawl-complete](https://console.cloud.google.com/cloudpubsub/subscription/detail/dataformTrigger?authuser=7&project=httparchive) PubSub subscription

Tags: ["crawl_results_all", "blink_features_report", "crawl_results_legacy"]
Tags: ["crawl_results_all", "blink_features_report", "crawl_results_legacy"]

2. [bq-poller-cwv-tech-report](https://console.cloud.google.com/cloudscheduler/jobs/edit/us-east4/bq-poller-cwv-tech-report?authuser=7&project=httparchive) Scheduler

Tags: ["cwv_tech_report"]
Tags: ["cwv_tech_report"]

### Triggering workflows

Expand All @@ -73,8 +73,8 @@ Tag: `crawl_results_legacy`

1. In workflow settings vars:

- set `env_name: dev` to process sampled data in dev workspace.
- change `today` variable to a month in the past. May be helpful for testing pipelines based on `chrome-ux-report` data.
- set `env_name: dev` to process sampled data in dev workspace.
- change `today` variable to a month in the past. May be helpful for testing pipelines based on `chrome-ux-report` data.

2. `definitions/extra/test_env.sqlx` script helps to setup the tables required to run pipelines when in dev workspace. It's disabled by default.

Expand Down

0 comments on commit eea7cc7

Please sign in to comment.