https://dagster.io/ logo
Title
c

Casper Weiss Bang

11/17/2022, 4:46 AM
There seems to be a typo/bug in
TableRecord
in the docs: https://docs.dagster.io/_apidocs/ops#dagster.MetadataValue.table It says the signature of a TableRecord is as follows:
TableRecord(code="invalid-data-type", row=2, col="name"}]
Which obviously isn't correct python syntax. It ought to be:
TableRecord(code="invalid-data-type", row=2, col="name")
Upon looking at the actual source code However it still doesn't seem to work. Not sure what the exact bug is, but I get a:
TypeError: TableRecord.__new__() takes 1 positional argument but 2 were given
:dagster-bot-resolve: 1
https://github.com/dagster-io/dagster/pull/10579 I created a PR for the documentation part of the problem
❤️ 1
🙏 1
@Fraser Marlow I can see you reacted 😄 can you confirm that this is infact a bug?
f

Fraser Marlow

11/17/2022, 3:00 PM
@daniel would be the expert on this one - I will let him weigh in.
c

Casper Weiss Bang

11/17/2022, 3:14 PM
I'll see if I can provide a complete stack trace tomorrow
🙏 1
Rather than throwing stack traces here, i created an issue on github https://github.com/dagster-io/dagster/issues/10661
w

Will Tyree

01/19/2023, 9:00 PM
Was this ever resolved?
c

Casper Weiss Bang

01/20/2023, 9:57 AM
d

Daniel Gafni

01/25/2023, 5:01 PM
yep still not working