Skip to content

Commit

Permalink
fix: regression: add missing asana source
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Dec 20, 2024
1 parent 6a452cc commit ac8136f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ingestr/src/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
AirtableSource,
AppsflyerSource,
ArrowMemoryMappedSource,
AsanaSource,
ChessSource,
DynamoDBSource,
FacebookAdsSource,
Expand Down Expand Up @@ -115,6 +116,7 @@ class SourceDestinationFactory:
"mmap": ArrowMemoryMappedSource,
"s3": S3Source,
"dynamodb": DynamoDBSource,
"asana": AsanaSource,
"tiktok": TikTokSource,
}
destinations: Dict[str, Type[DestinationProtocol]] = {
Expand Down

0 comments on commit ac8136f

Please sign in to comment.