-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtree_output.txt
More file actions
50 lines (50 loc) · 2.06 KB
/
tree_output.txt
File metadata and controls
50 lines (50 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
##tree /f /a | findstr /v "\\Test" | findstr /v "\\V1" > tree_output.txt
C:.
| .env
| docker-compose.yml
| README.md
| requirements.txt
|
+---api
| Dockerfile
|
+---app
| \---data
| informatica_insigts_agent.sqlite
|
+---catalog
| exemplars.json
| tables.json
|
+---config
| settings.yaml.example
|
+---data
| | query_bank.json
| |
| \---db
| informatica_insigts.sqlite
| informatica_insigts_agent.sqlite
|
+---src
| | worker_stub.py
| | __init__.py
| |
| +---app
| | main.py
| | routes_bank.py
| | routes_slack.py
| | routes_sql.py
| | slack_handlers.py
| | __init__.py
| |
| +---persistence
| | init_db.py
| | sqlite_schema.sql
| | __init__.py
| |
| \---tools
| pull_models.py
| seed_queries_from_json.py
| test_knn.py
| __init__.py