We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1ab68 commit aea6288Copy full SHA for aea6288
1 file changed
services/libs/tinybird/pipes/issue_analysis_copy_pipe.pipe
@@ -67,7 +67,7 @@ SQL >
67
LEFT JOIN issues_closed AS closed ON opened.sourceId = closed.sourceParentId
68
LEFT JOIN issues_comment AS comment ON opened.sourceId = comment.sourceParentId
69
70
-TYPE copy
+TYPE COPY
71
TARGET_DATASOURCE issues_analyzed
72
COPY_MODE replace
73
COPY_SCHEDULE 20 * * * *
0 commit comments