Skip to content

Commit

Permalink
instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencarlislewalker committed Sep 12, 2024
1 parent b84e665 commit ab9b157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ async def metadata(
- ***dataset_ids***
- ***jq_query***
"""
print("DSKFJHDSFJKHSDFKJHSDF")
print(response_type)
if jq_query is not None:
try:
return jq(f'{jq_query}').transform(get_dataset_list(clear_cache=False, response_type=response_type))
Expand Down

0 comments on commit ab9b157

Please sign in to comment.