Henri Dwyer
Results
2
comments of
Henri Dwyer
It would be nice to create a TDS for any arbitrary connection, something like: ``` python connection = Connection.create(dbname, server, username, authentication) Datasource.create(output_file_name, connections=[connection]).save() ```
Thanks this works, although the above code can fail for some recipes which have None for recipe params. I guess I was thinking that since there is a method to...