You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting project metadata properly sets the metadata in the database, but the returned values on the client side are all converted to some booleans.
In the above image, for example job_id was set as a string containing a UUID, and a True value is returned. Basically all of them returned values look wrong.
The text was updated successfully, but these errors were encountered:
Setting project metadata properly sets the metadata in the database, but the returned values on the client side are all converted to some booleans.
In the above image, for example job_id was set as a string containing a UUID, and a True value is returned. Basically all of them returned values look wrong.
The text was updated successfully, but these errors were encountered: