[CDF-27790] 🪟 InField data migration creatable views#2942
Conversation
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. |
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2942 +/- ##
==========================================
- Coverage 85.69% 85.65% -0.04%
==========================================
Files 461 461
Lines 42154 42227 +73
==========================================
+ Hits 36122 36168 +46
- Misses 6032 6059 +27
🚀 New features to boost your workflow:
|
cfc0056 to
ae2c6fb
Compare
|
|
||
| is_archived = source_properties.get("isArchived", None) | ||
| if is_archived is None: | ||
| created_properties["isArchived"] = True |
There was a problem hiding this comment.
| created_properties["isArchived"] = True | |
| created_properties["isArchived"] = False |
?
Description
SHOULD NOT BE MERGED. This is a bug in the InField app and should not be fixed by the migration tooling.
Bump
Changelog
Added
cdf migrate infield-data, Toolkit now setsvisibility=PUBLICandisArchived=falsefor all creatable views that has these properties set toNone.