Skip to content

Commit

Permalink
missing replication fields for creatives
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Oct 28, 2024
1 parent f449ba4 commit d5460d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tap_linkedin_ads/streams/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,8 @@ class CreativesStream(LinkedInAdsStream):
),
),
Property("createdAt", IntegerType),
Property("created_time", DateTimeType),
Property("last_modified_time", DateTimeType),
Property("createdBy", StringType),
Property("lastModifiedAt", IntegerType),
Property("lastModifiedBy", StringType),
Expand Down

0 comments on commit d5460d3

Please sign in to comment.