Use a template in the local directory.
kbc local template use <repository>/<template>/<version> [flags]
Applies the template to the project directory. Changes are made only locally. To save changes to the project, run kbc sync push afterwards. You will be prompted for a target branch and user inputs.
-b, --branch string <string>
-f, --inputs-file <string>
➜ kbc local template use my-repository/my-template/v0
? Select target branch: [Use arrows to move, type to filter]
> Main (251721)
? MySQL Host: my-mysql.com
? MySQL Port: 3306
...
Plan for "encrypt" operation:
C main/extractor/keboola.ex-db-mysql/my-data-source
parameters.db.#password
Encrypt done.
New objects from "my-repository/my-template/v0" template:
+ C main/extractor/keboola.ex-db-mysql/my-data-source
+ R main/extractor/keboola.ex-db-mysql/my-data-source/rows/table1
+ R main/extractor/keboola.ex-db-mysql/my-data-source/rows/table2
+ C main/transformation/keboola.snowflake-transformation/my-transformation
Template "my-repository/my-template/v0" has been applied.
© 2024 Keboola