File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,9 @@ Any files or folders marked with `^` can be extended, but carefully.
106106├── utils.py * # Utility function to get the minikube gateway IP required for testing.
107107├── docker_config.py * # Utility function to get the docker image name based on your project.
108108├── kube_config_inline * # This file is needed for Airflow to communicate with Minikube when testing locally in a prod env.
109- └── dockerfiles/ * # Dockerfiles and compose files
109+ ├── airflow_test.cfg * # This file is needed for testing your airflow dags.
110+ ├── Dockerfile ^ # Dockerfile for your package.
111+ └── dockerfiles/ * # Dockerfiles required by Docker compose
110112```
111113
112114
@@ -253,7 +255,7 @@ Once the pre-requisites are done, you can go ahead with the project creation:
253255When prompted for input, enter the details requested. If you dont provide any
254256input for a given choice, the first choice from the list is taken as the default.
255257
256- Once the project is created, please read the README.md from that .
258+ Once the project is created, please read the [ user guide ] ( https://bcdev.github.io/gaiaflow/dev/ ) .
257259
258260
259261## Troubleshooting
You can’t perform that action at this time.
0 commit comments