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

Bash4 passing associative arrays #58

Closed willmarks closed 1 year ago

willmarks commented 1 year ago

Description

local -n was introduced in Bash version 4.3 however we only enforce that Bash 4 be installed. This change supports passing associative arrays to functions in a Bash 4 supported way.

Type of change