Scott Davis
Scott Davis
FYI - It looks like the validation workflow that is scheduled to run nightly is getting rate-limited. It appears to be this same issue: https://github.com/JasonEtco/create-an-issue/issues/142. I submitted a support ticket...
How much do we want to change (if at all) the Crate API? Could we do something like this for feature service sources? ```py new Crate(source_name='https://url-to-feature-service', source_workspace=None...) ``` And then...
Something like? ```py from forklift.readers import feature_service new Crate(source_name='https://url-to-feature-service', source_workspace=None, get_data=feature_service...) ```
I like it! I wasn't thinking about the issue with `source_name` not being a valid feature class name since we use it for `destination_name` by default. I wonder if we...
I'm not sure. It would definitely be a lot of work. But the best that I could come up with as for required init params is: - `source_name` - `source_workspace`...
I agree with this, but I think that it should wait until after v9.
How would this work with the `shipTo` config option? That may need to be pushed onto each pallet as well.
Is there anything that I can do to help get this PR merged?
same here :(
Yes, generally I use Light during the daylight and Dark in the evenings. My desk faces some large windows. Auto switching based on sunrise/set would be ideal for me. Time...