Ashish
Ashish
When transferring secrets from one instance to another, I run `medusa export` which gives me structure similar to this: ``` A: B: key1: value1 C: {} ``` Here `A/C` is...
- ๐ Fixes bug where it tries to parse .gitkeep are throws error `error loading task: filename does not encode UUID .gitkeep (wrong length)` - ๐งน Use os.Readdir instead of...
Based on @tinmarino's https://github.com/vimwiki/vimwiki/issues/922#issuecomment-670844273, I am using the following ``` let g:vimwiki_tag_format = {'pre': '\(^[ -]*tags\s*:.*\)\@>
**Is your feature request related to a problem? Please describe.** We need to plan for a scenario where someone accidentally deletes a KMS key, or KMS itself is inaccessible in...
Original Discussion at https://github.com/dbt-labs/dbt-bigquery/pull/697/files#r1212630246 > Job URL is super useful even beyond debugging code, since it's the ground truth of what logic and process is actually executing the model resolves...