Skip to content

Duplicated pipes in tinybird - build errors #2959

@gnzjgo

Description

@gnzjgo

What was in tinybird/pipes is now in tinybird/materializations and tinybird/endopoints, and tb build fails.

➜ tinybird git:(main)  » tb build
» Building project...
Resource names must be unique. Name 'dub_click_events_id_pipe' conflicts with: materializations/dub_click_events_id_pipe.pipe, pipes/dub_click_events_id_pipe.pipe
✗ Build failed

➜ tinybird git:(main)  » tree
.
├── datasources
│   ├── dub_audit_logs.datasource
│   ├── dub_click_events_id.datasource
│   ├── dub_click_events_mv.datasource
│   ├── dub_click_events.datasource
│   ├── dub_conversion_events_log.datasource
│   ├── dub_import_error_logs.datasource
│   ├── dub_lead_events_mv.datasource
│   ├── dub_lead_events.datasource
│   ├── dub_links_metadata_latest.datasource
│   ├── dub_links_metadata.datasource
│   ├── dub_regular_links_metadata_latest.datasource
│   ├── dub_sale_events_id.datasource
│   ├── dub_sale_events_mv.datasource
│   ├── dub_sale_events.datasource
│   └── dub_webhook_events.datasource
├── endpoints
│   ├── all_stats.pipe
│   ├── coordinates_all.pipe
│   ├── coordinates_sales.pipe
│   ├── get_audit_logs.pipe
│   ├── get_click_event.pipe
│   ├── get_framer_lead_events.pipe
│   ├── get_import_error_logs.pipe
│   ├── get_lead_event_by_id.pipe
│   ├── get_lead_event.pipe
│   ├── get_lead_events.pipe
│   ├── get_sale_event.pipe
│   ├── get_webhook_events.pipe
│   ├── v2_browsers.pipe
│   ├── v2_cities.pipe
│   ├── v2_continents.pipe
│   ├── v2_count.pipe
│   ├── v2_countries.pipe
│   ├── v2_customer_events.pipe
│   ├── v2_devices.pipe
│   ├── v2_events.pipe
│   ├── v2_os.pipe
│   ├── v2_referer_urls.pipe
│   ├── v2_referers.pipe
│   ├── v2_regions.pipe
│   ├── v2_timeseries.pipe
│   ├── v2_top_links.pipe
│   ├── v2_top_partners.pipe
│   ├── v2_top_programs.pipe
│   ├── v2_top_tags.pipe
│   ├── v2_top_urls.pipe
│   ├── v2_triggers.pipe
│   ├── v2_usage.pipe
│   └── v2_utms.pipe
├── materializations
│   ├── dub_click_events_id_pipe.pipe
│   ├── dub_click_events_pipe.pipe
│   ├── dub_lead_events_pipe.pipe
│   ├── dub_links_metadata_pipe.pipe
│   ├── dub_regular_links_metadata_pipe.pipe
│   ├── dub_sale_events_id_pipe.pipe
│   └── dub_sale_events_pipe.pipe
├── pipes
│   ├── all_stats.pipe
│   ├── coordinates_all.pipe
│   ├── coordinates_sales.pipe
│   ├── dub_click_events_id_pipe.pipe
│   ├── dub_click_events_pipe_with_domain_key.pipe
│   ├── dub_click_events_pipe.pipe
│   ├── dub_lead_events_pipe.pipe
│   ├── dub_links_metadata_pipe.pipe
│   ├── dub_regular_links_metadata_pipe.pipe
│   ├── dub_sale_events_id_pipe.pipe
│   ├── dub_sale_events_pipe.pipe
│   ├── get_audit_logs.pipe
│   ├── get_click_event.pipe
│   ├── get_framer_lead_events.pipe
│   ├── get_import_error_logs.pipe
│   ├── get_lead_event_by_id.pipe
│   ├── get_lead_event.pipe
│   ├── get_lead_events.pipe
│   ├── get_sale_event.pipe
│   ├── get_webhook_events.pipe
│   ├── v2_browsers.pipe
│   ├── v2_cities.pipe
│   ├── v2_continents.pipe
│   ├── v2_count.pipe
│   ├── v2_countries.pipe
│   ├── v2_customer_events.pipe
│   ├── v2_devices.pipe
│   ├── v2_events.pipe
│   ├── v2_os.pipe
│   ├── v2_referer_urls.pipe
│   ├── v2_referers.pipe
│   ├── v2_regions.pipe
│   ├── v2_timeseries.pipe
│   ├── v2_top_links.pipe
│   ├── v2_top_partners.pipe
│   ├── v2_top_programs.pipe
│   ├── v2_top_tags.pipe
│   ├── v2_top_urls.pipe
│   ├── v2_triggers.pipe
│   ├── v2_usage.pipe
│   └── v2_utms.pipe
└── README.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions