You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@2f87f552bd60:/app# ./entrypoint.sh --version
PipelineWise 0.48.5 - Command Line Interface
i have mounted some tap/target files into the container via a volume. any attempt at running the import --dir /path/to/dir command results in the following:
root@2f87f552bd60:/app# ./entrypoint.sh import --dir /etc/pipelinewise
time=2022-10-03 19:14:19 logger_name=pipelinewise log_level=INFO message=Profiling mode not enabled
time=2022-10-03 19:14:19 logger_name=pipelinewise.cli.config log_level=INFO message=Searching YAML config files in /app
time=2022-10-03 19:14:19 logger_name=pipelinewise.cli.config log_level=INFO message=SAVING CONFIG
time=2022-10-03 19:14:19 logger_name=pipelinewise.cli.config log_level=INFO message=SAVING MAIN CONFIG JSON to /root/.pipelinewise/config.json
time=2022-10-03 19:14:19 logger_name=pipelinewise.cli.pipelinewise log_level=INFO message=ACTIVATING TAP STREAM SELECTIONS...
time=2022-10-03 19:14:19 logger_name=pipelinewise.cli.pipelinewise log_level=INFO message=
-------------------------------------------------------
IMPORTING YAML CONFIGS FINISHED
-------------------------------------------------------
Total targets to import : 0
Total taps to import : 0
Taps imported successfully : 0
Taps failed to import : []
Runtime : 0:00:00.000229
-------------------------------------------------------
i'm using the docker container from here: https://hub.docker.com/r/transferwiseworkspace/pipelinewise -- with
latest
tag.i have mounted some tap/target files into the container via a volume. any attempt at running the
import --dir /path/to/dir
command results in the following:I even tried the sample files mentioned here: https://transferwise.github.io/pipelinewise/installation_guide/creating_pipelines.html because I thought maybe there was something wrong with my YAML, or it was expecting
.yml
vs.yaml
extension or something...nope, still imports zero.root@2f87f552bd60:/app# ls -alh /etc/pipelinewise/ total 28K drwxr-xr-x 7 root root 224 Oct 3 19:03 . drwxr-xr-x 1 root root 4.0K Oct 3 19:09 .. -rw-r--r-- 1 root root 1.3K Oct 3 19:03 tap-mysql.yml -rw-r--r-- 1 root root 6.3K Oct 3 13:55 tap-postgres.yaml -rw-r--r-- 1 root root 3.1K Oct 3 13:55 target-snowflake.yaml
Here is the contents of
tap-mysql.yml
Can someone explain to me what I'm missing? Validate also produces no errors:
The text was updated successfully, but these errors were encountered: