-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactored TableColumnCsvExtractor to the csv_extractors file.
Added TableColumnCsvExtractor to sample_csv_data_loader.py also fixed other issue with sample_csv_data_loader.py relating to index. Finally, modified sample data so that popular table shows by default again. I would recommend that we actually replace sample_data_loader with sample_csv_data_loader in the future.
- Loading branch information
1 parent
9727740
commit bc14897
Showing
4 changed files
with
155 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
database,cluster,schema,table_name,column_name,user_email,read_count | ||
hive,gold,test_schema,test_table1,col1,[email protected],100 | ||
hive,gold,test_schema,test_table3,col1,[email protected],10 | ||
hive,gold,test_schema,test_table3,col1,[email protected],10 | ||
hive,gold,test_schema,test_table3,col1,[email protected],10 | ||
hive,gold,test_schema,test_table3,col1,[email protected],10 | ||
hive,gold,test_schema,test_table3,col1,[email protected],10 | ||
hive,gold,test_schema,test_view1,col1,[email protected],10 | ||
hive,gold,test_schema,test_view1,col1,[email protected],10 | ||
hive,gold,test_schema,test_table2,col1,[email protected],10 | ||
hive,gold,test_schema,test_table2,col1,[email protected],10 | ||
hive,gold,test_schema,test_table2,col1,[email protected],10 | ||
hive,gold,test_schema,test_table1,col1,[email protected],500 | ||
hive,gold,test_schema,test_table1,col1,[email protected],100 | ||
hive,gold,test_schema,test_table1,col1,[email protected],100 | ||
hive,gold,test_schema,test_table1,col1,[email protected],100 | ||
hive,gold,test_schema,test_table1,col1,[email protected],100 | ||
hive,gold,test_schema,test_table1,col1,[email protected],100 | ||
hive,gold,test_schema,test_table1,col1,[email protected],100 | ||
hive,gold,test_schema,test_table1,col1,[email protected],100 | ||
hive,gold,test_schema,test_table1,col1,[email protected],100 | ||
hive,gold,test_schema,test_table1,col1,[email protected],10 | ||
hive,gold,test_schema,test_table1,col1,[email protected],10 | ||
hive,gold,test_schema,test_table1,col1,[email protected],10 | ||
hive,gold,test_schema,test_table2,col1,[email protected],10 | ||
hive,gold,test_schema,test_table2,col1,[email protected],10 | ||
dynamo,gold,test_schema,test_table2,col1,[email protected],500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters