[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dy] Optimize pipeline schedules LIST api #4058

Merged
merged 13 commits into from
Dec 8, 2023
Prev Previous commit
Next Next commit
[dy] Remove print log
  • Loading branch information
dy46 committed Dec 8, 2023
commit 6942e3c0facbb4f68dd131ca7d02969518f204fc
1 change: 0 additions & 1 deletion mage_ai/api/resources/PipelineScheduleResource.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def collection(self, query_arg, meta, user, **kwargs):
The result of this method will be a ResultSet of dictionaries. Each dict will already
contain the additional fields that are needed for the pipeline schedule LIST endpoint.
"""
print('=========================== NEW REQUEST ==========================')
pipeline = kwargs.get('parent_model')

global_data_product_uuid = query_arg.get('global_data_product_uuid', [None])
Expand Down
Loading