Commit b3ee4666 authored by dasharatha.vamshi's avatar dasharatha.vamshi

init

parent c72ad9c0
......@@ -13,9 +13,7 @@ if __name__ == '__main__':
payload = METADATA['query']
start_date = METADATA['start_date']
end_date = METADATA['end_date']
print(start_date, end_date)
all_timestamps = get_timestamps(start_date, end_date)
print(all_timestamps)
payload['metrics'][0]['tags']['c3'] = list(column_renamer.keys())
obj = Compliance(payload, column_renamer, all_tags)
obj.start_calculation(all_timestamps)
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment