Azure tableclient ConnectionString update_request TypeError auf dictPython

Python-Programme
Anonymous
 Azure tableclient ConnectionString update_request TypeError auf dict

Post by Anonymous »

Ich erstelle den Tabellenclient wie SO: < /p>

Code: Select all

with TableClient.from_connection_string(self.connection_string, table_name=self.table_name) as table_update_entity:
table_update_entity.update_entity(_entity, mode = UpdateMode.REPLACE)
Die _Entity Variable ist ein Wörterbuch-Build wie SO:
_entity = {
str: str,
.
.
.
str: str,
str: dict # This dict build is shown below
}
dict = {
str: str,
str; str,
str: str,
str: list,
str: list,
str: list
}
< /code>
Und ich erhalte den folgenden Fehler: < /p>

< /> Typ, der beim Senden von Daten an den Service nicht unterstützt wird. Kein Glück für den Moment, keine Lösung Ich habe Hilfe gefunden.>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post