Skip to content

Commit

Permalink
print record
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanshreeA committed Feb 13, 2025
1 parent 2cb0b99 commit 1c95ef3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/airtableops.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ def update_remote(self):
self._git_clone()
am = AirtableMetadata(model_id=self.model_id, api_key=self.api_key, mode="rw")
bi = am.read_information()
print("Record from AirTable:")
print(bi.as_dict())
rm = RepoMetadataFile(model_id=self.model_id, config_json=None)
rm.get_json_or_yaml_file()
if rm.is_json:
Expand Down

0 comments on commit 1c95ef3

Please sign in to comment.