Dan Allan
Dan Allan
Thanks @dmgav. I'll reserve detailed comments for after others get a chance to weigh in. I'll inject a comment on what we are broadly hoping to achieve with this discussion....
I think that it was @klauer's intention to step back, and that we should remove him from this list. I hope it goes without saying that future input from Ken...
Thanks @dperl-dls! We will take a look.
On `main`: ``` $ tiled serve catalog --init /tmp/test1.db This catalog will be served as read-only. To make it writable, specify a writable directory with --write. ERROR:root:Subprocess stderr: Database sqlite+aiosqlite:////tmp/test1.db...
I played with this locally. It works as advertised. I really like the ease of use of `update_metadata`...no more manually making deep copies in user code! I took the liberty...
Python's default behavior is to display WARNING level and above (ERROR, CRITICAL) but not INFO or DEBUG. If we want messages from a certain logger at INFO level to appear,...
I have an open mind. One pattern we've used in caproto is to count the number of v's, so `-v` is INFO and `-vv` is DEBUG and `-vvvvvvv` is also...
I'm going to close this now, not because it's done, but because the GH Milestones are the best canonical location for this, and I've finally gotten around to updating them....
Next steps, developed via Slack discussion with @tacaswell and bounced off of @padraic-shafer on a short call: - Add a `structure_family` column to the `data_sources` table. This information is implicitly...
I am rethinking this: > Enable the client to declare a `container` node that is backed by N `data_sources`. If the container is backed by a table and an array,...