You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new pipes - snowflake, inmemory, bigquery, csv - default with header
client options is currently expecting an array [--phase","train"...] we need an empty constructor to which we can set phase. Also current constructor which takes in arguments is confusing, people will mistake it for Arguments object. let us rename
right now setData and setOutput have defaulted to one pipe. we will nto be able to do linking with two datatsets. need to do that.
do we really need zingg.init and zingg.execute? init is not doing much, maybe we can call it internally in execute?
location of zingg.py should be in api and not in phases
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: