-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration path does not exist #12
Comments
Hey. Try not using Ping me again if it helped or not. |
THis is the issue which i'm facing... #1 [internal] load .dockerignore #2 [internal] load build definition from Dockerfile #3 [internal] load metadata for docker.io/sodadata/soda-library:v1.0.4 #4 [auth] sodadata/soda-library:pull token for registry-1.docker.io #3 [internal] load metadata for docker.io/sodadata/soda-library:v1.0.4 #5 [internal] load build context #6 [1/3] FROM docker.io/sodadata/soda-library:v1.0.4@sha256:432e0ff11033d1deed64c3728eecc381031af6b085db0c77f77fdd356a3da7ca #7 [2/3] COPY entrypoint.sh /entrypoint.sh #8 [3/3] RUN chmod +x /entrypoint.sh #9 exporting to image |
Still don't understand how the path gets constructed as What is the contents of Please provide action configuration in Your pipeline. As this is not enough to figure out why the path is not found. |
It seems You configured the action to use Change config of the action in the pipeline to:
|
Hey man!!! thanks for pointing it out. It is fixed now. Thanks for your help. Really appreciate it. :) |
Awesome, happy testing! |
I have added this code to my GitHub actions pipeline -
- name: Perform Soda Scan
uses: sodadata/soda-github-action@v1.0.2
env:
SODA_CLOUD_API_KEY: SODA_CLOUD_API_KEY
SODA_CLOUD_API_SECRET: SODA_CLOUD_API_SECRET
SNOWFLAKE_USERNAME: Username
SNOWFLAKE_PASSWORD: Password
with:
soda_library_version: v1.0.4
data_source: snowflake_soda_poc
configuration: ${{ github.workspace }}/soda/configuration.yaml
checks: ${{ github.workspace }}/soda/checks.yaml
It is adding /tmp/workspace/ as a prefix to my configuration path due to this i'm getting this error -
Configuration path '/tmp/workspace//home/runner/work/dbt_training/dbt_training/soda/configuration.yaml' does not exist
[17:08:14] Path "/tmp/workspace//home/runner/work/dbt_training/dbt_training/soda/checks.yaml" does not exist
Any help is appreciated...
The text was updated successfully, but these errors were encountered: