-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow CSV ingest to create new shots. #36
Allow CSV ingest to create new shots. #36
Conversation
Co-authored-by: Jakub Trllo <[email protected]> Co-authored-by: Kayla Man <[email protected]> Co-authored-by: Jakub Ježek <[email protected]>
Added enum_resolver and description to folder_type field for better clarity and functionality.
else: | ||
for folder_setting in self.folder_creation_config["folder_type_regexes"]: | ||
if re.match(folder_setting["regex"], name): | ||
folder_type = folder_setting["folder_type"] | ||
break |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My tests were successful. I was using CLI and interactive. All was working as expected. The folder type issue is not a blocker but if @robin-ynput will fix it, it would be benefitial.
Thanks for the review, I managed to fix the folder type issue but I had to edit the harcoded value in Can you please confirm this is OK for you ? |
Thanks for the suggestion. I agree that it makes sense to keep it there for the context of |
Yes that's exactly what in there for now: The |
Changelog Description
resolve #24
New features:
Additional review information
Current implementation has some limitations:
Testing notes:
This needs to be tested along those changes in
ayon_core
: ynput/ayon-core#1010ayon+settings://traypublisher/create/IngestCSV/folder_creation_config
)publisher
option in traypublisher