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

Mapping settings added to import settings #74

Merged
merged 4 commits into from
Nov 16, 2023
Merged

Conversation

ruuushhh
Copy link
Contributor

@ruuushhh ruuushhh commented Nov 6, 2023

No description provided.

Copy link

github-actions bot commented Nov 6, 2023

Tests Skipped Failures Errors Time
20 0 💤 0 ❌ 0 🔥 2.389s ⏱️

Copy link

github-actions bot commented Nov 6, 2023

Tests Skipped Failures Errors Time
20 0 💤 0 ❌ 0 🔥 2.583s ⏱️

Copy link

github-actions bot commented Nov 6, 2023

Tests Skipped Failures Errors Time
20 0 💤 0 ❌ 0 🔥 2.905s ⏱️

from typing import Dict, List
from django.db.models import Q

# from apps.mappings.helpers import schedule_or_delete_fyle_import_tasks
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fixed in next PR

)
mapping_settings = validated.pop('mapping_settings')
import_settings = validated.pop('import_settings')
# dependent_field_settings = validated.pop('dependent_field_settings')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fixed in next PR

# dependent_field_settings = validated.pop('dependent_field_settings')

with transaction.atomic():
print("inside function")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed in next PR

@ruuushhh ruuushhh merged commit ffe3f25 into master Nov 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants