From 4f29aabe1dfcad7a3809278ed9fbc93ec8f37d0d Mon Sep 17 00:00:00 2001 From: rubenfiszel Date: Tue, 25 Jul 2023 23:05:30 +0000 Subject: [PATCH] [create-pull-request] automated change --- dev/.wmill/f/examples/ban_user_example.flow/flow.yaml | 1 + .../f/examples/crm_details_automations_email.flow/flow.yaml | 1 + .../f/examples/hackernews_sentiment_analysis.flow/flow.yaml | 1 + dev/.wmill/f/examples/parquet_etl.flow/flow.yaml | 1 + dev/.wmill/f/examples/same_worker_example.flow/flow.yaml | 1 + dev/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml | 1 + dev/f/examples/ban_user_example.flow/flow.yaml | 1 + dev/f/examples/crm_details_automations_email.flow/flow.yaml | 1 + dev/f/examples/hackernews_sentiment_analysis.flow/flow.yaml | 1 + dev/f/examples/parquet_etl.flow/flow.yaml | 1 + dev/f/examples/same_worker_example.flow/flow.yaml | 1 + dev/f/examples/unnecessarily_branchy.flow/flow.yaml | 1 + prod/.wmill/f/examples/ban_user_example.flow/flow.yaml | 1 + .../f/examples/crm_details_automations_email.flow/flow.yaml | 1 + .../f/examples/hackernews_sentiment_analysis.flow/flow.yaml | 1 + prod/.wmill/f/examples/parquet_etl.flow/flow.yaml | 1 + prod/.wmill/f/examples/same_worker_example.flow/flow.yaml | 1 + prod/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml | 1 + prod/f/examples/ban_user_example.flow/flow.yaml | 1 + prod/f/examples/crm_details_automations_email.flow/flow.yaml | 1 + prod/f/examples/hackernews_sentiment_analysis.flow/flow.yaml | 1 + prod/f/examples/parquet_etl.flow/flow.yaml | 1 + prod/f/examples/same_worker_example.flow/flow.yaml | 1 + prod/f/examples/unnecessarily_branchy.flow/flow.yaml | 1 + staging/.wmill/f/examples/ban_user_example.flow/flow.yaml | 1 + .../f/examples/crm_details_automations_email.flow/flow.yaml | 1 + .../f/examples/hackernews_sentiment_analysis.flow/flow.yaml | 1 + staging/.wmill/f/examples/parquet_etl.flow/flow.yaml | 1 + staging/.wmill/f/examples/same_worker_example.flow/flow.yaml | 1 + staging/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml | 1 + staging/f/examples/ban_user_example.flow/flow.yaml | 1 + staging/f/examples/crm_details_automations_email.flow/flow.yaml | 1 + staging/f/examples/hackernews_sentiment_analysis.flow/flow.yaml | 1 + staging/f/examples/parquet_etl.flow/flow.yaml | 1 + staging/f/examples/same_worker_example.flow/flow.yaml | 1 + staging/f/examples/unnecessarily_branchy.flow/flow.yaml | 1 + 36 files changed, 36 insertions(+) diff --git a/dev/.wmill/f/examples/ban_user_example.flow/flow.yaml b/dev/.wmill/f/examples/ban_user_example.flow/flow.yaml index ea04b06..48c6e92 100644 --- a/dev/.wmill/f/examples/ban_user_example.flow/flow.yaml +++ b/dev/.wmill/f/examples/ban_user_example.flow/flow.yaml @@ -131,3 +131,4 @@ schema: - gmail - db - slack +tag: null diff --git a/dev/.wmill/f/examples/crm_details_automations_email.flow/flow.yaml b/dev/.wmill/f/examples/crm_details_automations_email.flow/flow.yaml index 33d29f7..f535b8f 100644 --- a/dev/.wmill/f/examples/crm_details_automations_email.flow/flow.yaml +++ b/dev/.wmill/f/examples/crm_details_automations_email.flow/flow.yaml @@ -466,3 +466,4 @@ schema: default: '' format: resource-openai required: [] +tag: null diff --git a/dev/.wmill/f/examples/hackernews_sentiment_analysis.flow/flow.yaml b/dev/.wmill/f/examples/hackernews_sentiment_analysis.flow/flow.yaml index f2e3409..236adf6 100644 --- a/dev/.wmill/f/examples/hackernews_sentiment_analysis.flow/flow.yaml +++ b/dev/.wmill/f/examples/hackernews_sentiment_analysis.flow/flow.yaml @@ -87,3 +87,4 @@ schema: required: - mentions - channel +tag: null diff --git a/dev/.wmill/f/examples/parquet_etl.flow/flow.yaml b/dev/.wmill/f/examples/parquet_etl.flow/flow.yaml index 3290dd1..630fac7 100644 --- a/dev/.wmill/f/examples/parquet_etl.flow/flow.yaml +++ b/dev/.wmill/f/examples/parquet_etl.flow/flow.yaml @@ -60,3 +60,4 @@ schema: type: object properties: {} required: [] +tag: null diff --git a/dev/.wmill/f/examples/same_worker_example.flow/flow.yaml b/dev/.wmill/f/examples/same_worker_example.flow/flow.yaml index 9aa7fad..f5a3569 100644 --- a/dev/.wmill/f/examples/same_worker_example.flow/flow.yaml +++ b/dev/.wmill/f/examples/same_worker_example.flow/flow.yaml @@ -36,3 +36,4 @@ schema: format: '' required: - path +tag: null diff --git a/dev/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml b/dev/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml index 0c1f0f3..c007806 100644 --- a/dev/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml +++ b/dev/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml @@ -123,3 +123,4 @@ schema: type: object properties: {} required: [] +tag: null diff --git a/dev/f/examples/ban_user_example.flow/flow.yaml b/dev/f/examples/ban_user_example.flow/flow.yaml index ea04b06..48c6e92 100644 --- a/dev/f/examples/ban_user_example.flow/flow.yaml +++ b/dev/f/examples/ban_user_example.flow/flow.yaml @@ -131,3 +131,4 @@ schema: - gmail - db - slack +tag: null diff --git a/dev/f/examples/crm_details_automations_email.flow/flow.yaml b/dev/f/examples/crm_details_automations_email.flow/flow.yaml index 33d29f7..f535b8f 100644 --- a/dev/f/examples/crm_details_automations_email.flow/flow.yaml +++ b/dev/f/examples/crm_details_automations_email.flow/flow.yaml @@ -466,3 +466,4 @@ schema: default: '' format: resource-openai required: [] +tag: null diff --git a/dev/f/examples/hackernews_sentiment_analysis.flow/flow.yaml b/dev/f/examples/hackernews_sentiment_analysis.flow/flow.yaml index f2e3409..236adf6 100644 --- a/dev/f/examples/hackernews_sentiment_analysis.flow/flow.yaml +++ b/dev/f/examples/hackernews_sentiment_analysis.flow/flow.yaml @@ -87,3 +87,4 @@ schema: required: - mentions - channel +tag: null diff --git a/dev/f/examples/parquet_etl.flow/flow.yaml b/dev/f/examples/parquet_etl.flow/flow.yaml index 3290dd1..630fac7 100644 --- a/dev/f/examples/parquet_etl.flow/flow.yaml +++ b/dev/f/examples/parquet_etl.flow/flow.yaml @@ -60,3 +60,4 @@ schema: type: object properties: {} required: [] +tag: null diff --git a/dev/f/examples/same_worker_example.flow/flow.yaml b/dev/f/examples/same_worker_example.flow/flow.yaml index 9aa7fad..f5a3569 100644 --- a/dev/f/examples/same_worker_example.flow/flow.yaml +++ b/dev/f/examples/same_worker_example.flow/flow.yaml @@ -36,3 +36,4 @@ schema: format: '' required: - path +tag: null diff --git a/dev/f/examples/unnecessarily_branchy.flow/flow.yaml b/dev/f/examples/unnecessarily_branchy.flow/flow.yaml index 0c1f0f3..c007806 100644 --- a/dev/f/examples/unnecessarily_branchy.flow/flow.yaml +++ b/dev/f/examples/unnecessarily_branchy.flow/flow.yaml @@ -123,3 +123,4 @@ schema: type: object properties: {} required: [] +tag: null diff --git a/prod/.wmill/f/examples/ban_user_example.flow/flow.yaml b/prod/.wmill/f/examples/ban_user_example.flow/flow.yaml index ea04b06..48c6e92 100644 --- a/prod/.wmill/f/examples/ban_user_example.flow/flow.yaml +++ b/prod/.wmill/f/examples/ban_user_example.flow/flow.yaml @@ -131,3 +131,4 @@ schema: - gmail - db - slack +tag: null diff --git a/prod/.wmill/f/examples/crm_details_automations_email.flow/flow.yaml b/prod/.wmill/f/examples/crm_details_automations_email.flow/flow.yaml index 33d29f7..f535b8f 100644 --- a/prod/.wmill/f/examples/crm_details_automations_email.flow/flow.yaml +++ b/prod/.wmill/f/examples/crm_details_automations_email.flow/flow.yaml @@ -466,3 +466,4 @@ schema: default: '' format: resource-openai required: [] +tag: null diff --git a/prod/.wmill/f/examples/hackernews_sentiment_analysis.flow/flow.yaml b/prod/.wmill/f/examples/hackernews_sentiment_analysis.flow/flow.yaml index f2e3409..236adf6 100644 --- a/prod/.wmill/f/examples/hackernews_sentiment_analysis.flow/flow.yaml +++ b/prod/.wmill/f/examples/hackernews_sentiment_analysis.flow/flow.yaml @@ -87,3 +87,4 @@ schema: required: - mentions - channel +tag: null diff --git a/prod/.wmill/f/examples/parquet_etl.flow/flow.yaml b/prod/.wmill/f/examples/parquet_etl.flow/flow.yaml index 3290dd1..630fac7 100644 --- a/prod/.wmill/f/examples/parquet_etl.flow/flow.yaml +++ b/prod/.wmill/f/examples/parquet_etl.flow/flow.yaml @@ -60,3 +60,4 @@ schema: type: object properties: {} required: [] +tag: null diff --git a/prod/.wmill/f/examples/same_worker_example.flow/flow.yaml b/prod/.wmill/f/examples/same_worker_example.flow/flow.yaml index 9aa7fad..f5a3569 100644 --- a/prod/.wmill/f/examples/same_worker_example.flow/flow.yaml +++ b/prod/.wmill/f/examples/same_worker_example.flow/flow.yaml @@ -36,3 +36,4 @@ schema: format: '' required: - path +tag: null diff --git a/prod/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml b/prod/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml index 0c1f0f3..c007806 100644 --- a/prod/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml +++ b/prod/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml @@ -123,3 +123,4 @@ schema: type: object properties: {} required: [] +tag: null diff --git a/prod/f/examples/ban_user_example.flow/flow.yaml b/prod/f/examples/ban_user_example.flow/flow.yaml index ea04b06..48c6e92 100644 --- a/prod/f/examples/ban_user_example.flow/flow.yaml +++ b/prod/f/examples/ban_user_example.flow/flow.yaml @@ -131,3 +131,4 @@ schema: - gmail - db - slack +tag: null diff --git a/prod/f/examples/crm_details_automations_email.flow/flow.yaml b/prod/f/examples/crm_details_automations_email.flow/flow.yaml index 33d29f7..f535b8f 100644 --- a/prod/f/examples/crm_details_automations_email.flow/flow.yaml +++ b/prod/f/examples/crm_details_automations_email.flow/flow.yaml @@ -466,3 +466,4 @@ schema: default: '' format: resource-openai required: [] +tag: null diff --git a/prod/f/examples/hackernews_sentiment_analysis.flow/flow.yaml b/prod/f/examples/hackernews_sentiment_analysis.flow/flow.yaml index f2e3409..236adf6 100644 --- a/prod/f/examples/hackernews_sentiment_analysis.flow/flow.yaml +++ b/prod/f/examples/hackernews_sentiment_analysis.flow/flow.yaml @@ -87,3 +87,4 @@ schema: required: - mentions - channel +tag: null diff --git a/prod/f/examples/parquet_etl.flow/flow.yaml b/prod/f/examples/parquet_etl.flow/flow.yaml index 3290dd1..630fac7 100644 --- a/prod/f/examples/parquet_etl.flow/flow.yaml +++ b/prod/f/examples/parquet_etl.flow/flow.yaml @@ -60,3 +60,4 @@ schema: type: object properties: {} required: [] +tag: null diff --git a/prod/f/examples/same_worker_example.flow/flow.yaml b/prod/f/examples/same_worker_example.flow/flow.yaml index 9aa7fad..f5a3569 100644 --- a/prod/f/examples/same_worker_example.flow/flow.yaml +++ b/prod/f/examples/same_worker_example.flow/flow.yaml @@ -36,3 +36,4 @@ schema: format: '' required: - path +tag: null diff --git a/prod/f/examples/unnecessarily_branchy.flow/flow.yaml b/prod/f/examples/unnecessarily_branchy.flow/flow.yaml index 0c1f0f3..c007806 100644 --- a/prod/f/examples/unnecessarily_branchy.flow/flow.yaml +++ b/prod/f/examples/unnecessarily_branchy.flow/flow.yaml @@ -123,3 +123,4 @@ schema: type: object properties: {} required: [] +tag: null diff --git a/staging/.wmill/f/examples/ban_user_example.flow/flow.yaml b/staging/.wmill/f/examples/ban_user_example.flow/flow.yaml index ea04b06..48c6e92 100644 --- a/staging/.wmill/f/examples/ban_user_example.flow/flow.yaml +++ b/staging/.wmill/f/examples/ban_user_example.flow/flow.yaml @@ -131,3 +131,4 @@ schema: - gmail - db - slack +tag: null diff --git a/staging/.wmill/f/examples/crm_details_automations_email.flow/flow.yaml b/staging/.wmill/f/examples/crm_details_automations_email.flow/flow.yaml index 33d29f7..f535b8f 100644 --- a/staging/.wmill/f/examples/crm_details_automations_email.flow/flow.yaml +++ b/staging/.wmill/f/examples/crm_details_automations_email.flow/flow.yaml @@ -466,3 +466,4 @@ schema: default: '' format: resource-openai required: [] +tag: null diff --git a/staging/.wmill/f/examples/hackernews_sentiment_analysis.flow/flow.yaml b/staging/.wmill/f/examples/hackernews_sentiment_analysis.flow/flow.yaml index f2e3409..236adf6 100644 --- a/staging/.wmill/f/examples/hackernews_sentiment_analysis.flow/flow.yaml +++ b/staging/.wmill/f/examples/hackernews_sentiment_analysis.flow/flow.yaml @@ -87,3 +87,4 @@ schema: required: - mentions - channel +tag: null diff --git a/staging/.wmill/f/examples/parquet_etl.flow/flow.yaml b/staging/.wmill/f/examples/parquet_etl.flow/flow.yaml index 3290dd1..630fac7 100644 --- a/staging/.wmill/f/examples/parquet_etl.flow/flow.yaml +++ b/staging/.wmill/f/examples/parquet_etl.flow/flow.yaml @@ -60,3 +60,4 @@ schema: type: object properties: {} required: [] +tag: null diff --git a/staging/.wmill/f/examples/same_worker_example.flow/flow.yaml b/staging/.wmill/f/examples/same_worker_example.flow/flow.yaml index 9aa7fad..f5a3569 100644 --- a/staging/.wmill/f/examples/same_worker_example.flow/flow.yaml +++ b/staging/.wmill/f/examples/same_worker_example.flow/flow.yaml @@ -36,3 +36,4 @@ schema: format: '' required: - path +tag: null diff --git a/staging/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml b/staging/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml index 0c1f0f3..c007806 100644 --- a/staging/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml +++ b/staging/.wmill/f/examples/unnecessarily_branchy.flow/flow.yaml @@ -123,3 +123,4 @@ schema: type: object properties: {} required: [] +tag: null diff --git a/staging/f/examples/ban_user_example.flow/flow.yaml b/staging/f/examples/ban_user_example.flow/flow.yaml index ea04b06..48c6e92 100644 --- a/staging/f/examples/ban_user_example.flow/flow.yaml +++ b/staging/f/examples/ban_user_example.flow/flow.yaml @@ -131,3 +131,4 @@ schema: - gmail - db - slack +tag: null diff --git a/staging/f/examples/crm_details_automations_email.flow/flow.yaml b/staging/f/examples/crm_details_automations_email.flow/flow.yaml index 33d29f7..f535b8f 100644 --- a/staging/f/examples/crm_details_automations_email.flow/flow.yaml +++ b/staging/f/examples/crm_details_automations_email.flow/flow.yaml @@ -466,3 +466,4 @@ schema: default: '' format: resource-openai required: [] +tag: null diff --git a/staging/f/examples/hackernews_sentiment_analysis.flow/flow.yaml b/staging/f/examples/hackernews_sentiment_analysis.flow/flow.yaml index f2e3409..236adf6 100644 --- a/staging/f/examples/hackernews_sentiment_analysis.flow/flow.yaml +++ b/staging/f/examples/hackernews_sentiment_analysis.flow/flow.yaml @@ -87,3 +87,4 @@ schema: required: - mentions - channel +tag: null diff --git a/staging/f/examples/parquet_etl.flow/flow.yaml b/staging/f/examples/parquet_etl.flow/flow.yaml index 3290dd1..630fac7 100644 --- a/staging/f/examples/parquet_etl.flow/flow.yaml +++ b/staging/f/examples/parquet_etl.flow/flow.yaml @@ -60,3 +60,4 @@ schema: type: object properties: {} required: [] +tag: null diff --git a/staging/f/examples/same_worker_example.flow/flow.yaml b/staging/f/examples/same_worker_example.flow/flow.yaml index 9aa7fad..f5a3569 100644 --- a/staging/f/examples/same_worker_example.flow/flow.yaml +++ b/staging/f/examples/same_worker_example.flow/flow.yaml @@ -36,3 +36,4 @@ schema: format: '' required: - path +tag: null diff --git a/staging/f/examples/unnecessarily_branchy.flow/flow.yaml b/staging/f/examples/unnecessarily_branchy.flow/flow.yaml index 0c1f0f3..c007806 100644 --- a/staging/f/examples/unnecessarily_branchy.flow/flow.yaml +++ b/staging/f/examples/unnecessarily_branchy.flow/flow.yaml @@ -123,3 +123,4 @@ schema: type: object properties: {} required: [] +tag: null