Skip to content
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

Parse Error: R2 Key ID Secret #420

Closed
waaronmorris opened this issue Jul 31, 2024 · 5 comments
Closed

Parse Error: R2 Key ID Secret #420

waaronmorris opened this issue Jul 31, 2024 · 5 comments

Comments

@waaronmorris
Copy link
Contributor

I am receiving a parse error for the key_id when creating an R2 secret.

ddb:
  target: dev
  outputs:
    dev:
      type: duckdb
      path: 'dev.duckdb'
      threads: 24
      extensions:
        - httpfs
        - parquet
      secrets:
        - type: r2
          key_id: "{{ env_var('CLOUDFLARE_CLIENT_ACCESS_KEY') }}"
          secret: "{{ env_var('CLOUDFLARE_CLIENT_SECRET') }}"
          account_id: "{{ env_var('CLOUDFLARE_ACCOUNT_ID') }}"

It seems to only get the first character from the key_id and throw a parse error for the remaining.

@waaronmorris
Copy link
Contributor Author

See Pull Request 421

@guenp
Copy link
Collaborator

guenp commented Jul 31, 2024

thanks @waaronmorris for catching this!

@guenp guenp closed this as completed Jul 31, 2024
@waaronmorris
Copy link
Contributor Author

@guenp, when is the next release planned?

@guenp
Copy link
Collaborator

guenp commented Aug 15, 2024

@waaronmorris will push one today

@guenp
Copy link
Collaborator

guenp commented Aug 19, 2024

@waaronmorris we ran into some issues -- release will be done today instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants