Subham9126 commited on
Commit
4fbc8a8
·
verified ·
1 Parent(s): 49766cf

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "sql_repo": "https://github.com/your-username/your-sql-repo.git",
3
+ "data_repos": [
4
+ "https://github.com/your-username/parquet-data-repo-1.git",
5
+ "https://github.com/your-username/parquet-data-repo-2.git"
6
+ ]
7
+ }