Hey everyone :smile: Is there a way to view stream...
# singer-tap-development
s
Hey everyone 😄 Is there a way to view stream settings? I'm trying to see if I'm properly setting the
is_sorted
variable for my stream. On a completely separate note, would someone be able to confirm that the
systemdb
used by the replication state backend is linked to the
database_uri
which I provide? Thanks 😄
e
Hi Stéphane!
Is there a way to view stream settings? I'm trying to see if I'm properly setting the
is_sorted
variable for my stream.
Not sure I follow, but
is_sorted
is either a class or instance attribute.
would someone be able to confirm that the
systemdb
used by the replication state backend is linked to the
database_uri
which I provide?
That's correct. The database you point to with
database_uri
is used as the system db.
s
Thanks @edgar_ramirez_mondragon 😄 for the first question, I was wondering if it was possible to see in a stream's settings (example with "config" or "select") the attributes for said stream (incremental, sorted, etc.)
Perfect for the second 😄