Lyonsclay

Results 4 comments of Lyonsclay

Just noticed this in the source code for TaxCloudCalculator; # TODO take discounted_amount into account. This is a problem because TaxCloud API does not take discounts nor does it return...

@akshaysu12 In your profiles.yml you can specify existing database in the target field with the relative path. ``` example: target: dev outputs: dev: type: duckdb path: target/example.duckdb ```

Actually maybe you are asking how to do that on the cli. In that case you wouldn't need the --init flag. `./duckdb $HOME/analytics/dbt/gpa.duckdb`

You're right it should be like this; ``` let getKeyMap = env : list(string) => List.map(key => Env.key(key, env) ? key : Nothing, [H, J, K, L, Space]) |> List.map(keyStringMap);...