We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63710de commit 47ccf9eCopy full SHA for 47ccf9e
1 file changed
scripts/cli
@@ -657,6 +657,9 @@ function migrate_tinybird_local() {
657
658
tb push pipes/activities_relations_filtered.pipe
659
tb push pipes/activities_daily_counts.pipe
660
+
661
+ tb pipe publish activities_relations_filtered
662
+ tb pipe publish activities_daily_counts
663
# ignore errors because pipe gets created but then some weird thing happens on local tinybird and it triggers an error
664
tb push pipes/activities_deduplicated_copy_pipe.pipe > /dev/null 2>&1 || true
665
tb push pipes/activityRelations_deduplicated_copy_pipe.pipe > /dev/null 2>&1 || true
0 commit comments