Skip to content

Commit

Permalink
Update cloud.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PhatDot1 authored Jul 4, 2024
1 parent bad58cb commit a970a8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ def main():
records = get_airtable_records(airtable_api_key, base_id, source_table_name)
print(f"Fetched {len(records)} records from Airtable.")

filtered_records = [record for record in records if 'N' <= record['id'][-1] <= 'Z']
print(f"Filtered to {len(filtered_records)} records based on ID condition.")

for record in records:
fields = record.get('fields', {})
Expand Down

0 comments on commit a970a8a

Please sign in to comment.