Edit a Data Source schema with the CLI

Поделиться
HTML-код
  • Опубликовано: 29 янв 2025

Комментарии • 2

  • @brunobely
    @brunobely 2 года назад

    I like how files are organized under appropriate directories when generating them with the CLI (datasources, pipes, endpoints directories). Why do they not go under those when running `tb pull`?

    • @tinybirdco
      @tinybirdco  Год назад

      Hey Bruno! When you do `tb pull`, you can add the `--auto` flag to automatically put them in the directories. Note that all .pipe files will by default go in the /pipe directory. You can move them to the /endpoints directory manually, or keep them in /pipes. The two directories are created just so you can better organize things. It's not a strict requirement that Endpoint Pipes go in the /endpoints directory.