faros-ai / airbyte-local-cli

CLI for running Airbyte sources & destinations locally without Airbyte server
Apache License 2.0
31 stars 3 forks source link

FAI-8527 - Fix config redaction when one-letter filenames are present #87

Closed cjwooo closed 11 months ago

cjwooo commented 11 months ago

Description

If a file exists whose name is exactly one letter where that letter is in one of the config paths to redact, bash replaces the path string with that letter when assigning the output of this jq expression to an array variable. No idea why it does this.

Type of change

Related issues

Fix [#1]()

Migration notes

Describe migration notes if any

Extra info

Add any additional information

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information