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
I'm currently following the README.md documentation and I've found a few issues that I'll enumerate here:
The first AirFlow DAG fails according to the airflow UI but there is a correct json output found on disk.
Using Aircan DAGs should redirect to a dataset already for the first test, it only names my-dataset but this is not enough to quickly have a running example, instead there is more complexity to find a dataset that can be used here.
In the GCP composer create should be added that the Image version is mandatory and there is no default for GCP, if no image version is given, the instance fails to start and is impossible to stop it.
On the GCP example, when asked to override the parameters, there is nothing there now
Original image:
Now:
Even clicking EDIT does not give an option to override the params
Names an Example 2 but the examples are not enumerated.
For the same item, asks to add CKAN_SITE_URL and CKAN_SYSADMIN_API_KEY as Variables but first, there is no example 2 second what value should they contain?
Will add new items while I find them.
Also I will be updating the README.md for the things that I do find the solution by myself
I'm currently following the README.md documentation and I've found a few issues that I'll enumerate here:
The first AirFlow DAG fails according to the airflow UI but there is a correct json output found on disk.
Using Aircan DAGs should redirect to a dataset already for the first test, it only names
my-datasetbut this is not enough to quickly have a running example, instead there is more complexity to find a dataset that can be used here.In the GCP composer create should be added that the Image version is mandatory and there is no default for GCP, if no image version is given, the instance fails to start and is impossible to stop it.
On the GCP example, when asked to override the parameters, there is nothing there now

Original image:
Now:

Even clicking
EDITdoes not give an option to override the paramsExample 2but the examples are not enumerated.CKAN_SITE_URLandCKAN_SYSADMIN_API_KEYas Variables but first, there is no example 2 second what value should they contain?Will add new items while I find them.
Also I will be updating the README.md for the things that I do find the solution by myself