Skip to content

Commit

Permalink
[PR] remove Airflow in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Whitney Deng committed Feb 14, 2025
1 parent 8997015 commit 2d6ecba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public String getTriggerSource() {
return triggerSource;
}

// convert data model in AirflowRepushConfig to Map object for Airflow params
public Map<String, Object> toParams() {
Map<String, Object> params = new HashMap<>();
params.put(STORE_NAME, storeName);
Expand Down

0 comments on commit 2d6ecba

Please sign in to comment.