Changes between Initial Version and Version 1 of Ticket #4985, comment 20
- Timestamp:
- Aug 3, 2021, 4:20:15 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4985, comment 20
initial v1 1 1 That would help. Closer examination of the code reveals that models created by open_data() are never placed in file history. To get your old scheme working, the Info() object returned by run_provider() would need its in_file_history attribute set appropriately. Unfortunately, unlike any other provider, the value for in_file_history for your provider is data dependent, which would be ugly to implement (though possible). 2 2 3 If you are in fact going to split of the '#1' syntax into a separate command, I will just remove the spurious 'in_file_history' arg to open_data.3 If you are in fact going to split off the '#1' syntax into a separate command, I will just remove the spurious 'in_file_history' arg to open_data.