Skip to content

Commit

Permalink
Merge pull request #238 from TogetherCrew/feat/analyzer-helpers-disco…
Browse files Browse the repository at this point in the history
…urse

fix: discourse wrong kwarg!
  • Loading branch information
amindadgar authored Aug 6, 2024
2 parents c46b73c + 4c23cb9 commit 7cc47cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/discord_guild_analyzer_etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def discord_etl_raw_members(
logging.info("Transforming raw members!")
transformer = DiscordTransformRawMembers()
transformed_data = transformer.transform(
raw_data=extracted_data,
raw_members=extracted_data,
)

if len(transformed_data) != 0:
Expand Down

0 comments on commit 7cc47cb

Please sign in to comment.