Skip to content

Commit 47ccf9e

Browse files
authored
feat: publish tb pipes (#3554)
1 parent 63710de commit 47ccf9e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/cli

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,9 @@ function migrate_tinybird_local() {
657657

658658
tb push pipes/activities_relations_filtered.pipe
659659
tb push pipes/activities_daily_counts.pipe
660+
661+
tb pipe publish activities_relations_filtered
662+
tb pipe publish activities_daily_counts
660663
# ignore errors because pipe gets created but then some weird thing happens on local tinybird and it triggers an error
661664
tb push pipes/activities_deduplicated_copy_pipe.pipe > /dev/null 2>&1 || true
662665
tb push pipes/activityRelations_deduplicated_copy_pipe.pipe > /dev/null 2>&1 || true

0 commit comments

Comments
 (0)